|
|
Saying Hello to the Spark View Engine
Category: Languages > .net
Posted: 27 Jun 09
In this episode we are going to start a series where we take an indepth look at the Spark View Engine.
Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly.
|
|
|
|
Introduction to the Routing Engine in the ASP.Net Framework
Category: Languages > .net
Posted: 25 Jun 09
In this episode we will take a look introductionary look at how to use the Routing engine which is part of the Asp.Net MVC framework.
We will start off by showing how the various parts of the routing commands are used while building routes. We will then take a look at how to create a simpl...
|
|
Replacing the default view engine in MVC w/ Spark
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will take a look at how you can easily swap out the default view engine within the MVC Framework.
Once we learn how simple it is to swap view engines we will take a intro look at how to use the Spark View engine.
|
|
Introdction to S#arp Architecture
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will give you an introduction to the S#arp Architecture for the ASP.NET MVC Framework.
This is a solid architectural foundation for rapidly building maintainable web applications leveraging the ASP.NET MVC framework with NHibernate. The primary advantage to be sought in ...
|
|
Learning the various ways to use UpdateModel in Asp.Net MVC
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will take a look at at some of the various ways you can use the UpdateModel mechanism which is part of the ASP.Net MVC framework to update your data model from a form post.
We will take a look at how to use UpdateModel, TryUpdateModel and how to use an IBindable interfac...
|
|
|
|
|
Form Validation Simplified w/ Asp.Net MVC
Category: Languages > .net
Posted: 19 Jun 09
In this episode you will learn how to use the ASP.Net MVC framework to simplify your Form Validation needs.
We will show you how to use the ModelState model inside the MVC in order to communicate your errors between the controller and the view
|
|
App.Config & Creating Custom Configuration Sections
Category: Languages > .net
Posted: 18 Jun 09
In this episode we take a look at how to create custom configuration sections withen our App.config or Web.config files.
Creating a ConfigurationSection in our config files allows us to describe and load configuration data in our own format/layout.
|
|
|