Opinionated Input Builders for ASP.Net MVC – Part 3 the source code.


There have been a number of requests for me to provide the source for the input builders.  I consider this code to be a prototype because, I expect to change the API as this post series helps me work out what should be supported.  I have full intention to add this code to the MvcContrib project once I get the appropriate feedback and documentation as a result of fleshing out this post series.

With that being said the source code is located here: There is only V1 up there now but I expect to have some iterations pretty quickly.

http://code.google.com/p/erichexter/downloads/list?q=label:Inputbuilder

Requirements:

  • ASP.Net MVC 1.0
  • Visual Studio 2008

Solution Structure:

The solution is structured into two projects.  The InputBuilder project is what I would see providing as a dll in the future.  The web project is a MVC web application that shows how to use the InputBuilders as well as override markup for the builders.

image

Opinionated Input Builders for ASP.Net MVC – Part 2 Html Layout for the Label