|
|
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.
|
|
Testing MVC Routes
Category: Languages > .net
Posted: 25 Jun 09
In this episode we will take a look at how you can test your routes in an MVC application.
We willl start the process of creating new functionality for our application in this episode by showing how to create the tests for the routes first by using MvcContrib project. In the next episode w...
|
|
|
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.
|
|
How to add ReCaptcha to your MVC Web Site
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will show you how to implement ReCaptcha within your MVC Web site. We will walk you though the various steps needed in order to create a simple and easy MVC solution
|
|
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
|
|