|
|
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.
|
|
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...
|
|
Preserving Routes for SEO using the MVC Routing Engine
Category: Languages > .net
Posted: 18 Mar 09
In this episode we are going to take a look at how to use the Routing Engine that is part of the Asp.Net MVC framework to allow us to preserve old or dead routes in order to not break external links.
We will walk though create the new route, watching it hit our new controller action then f...
|
|