Sean McAlinden's Blog
-
Strongly Typed ASP.Net MVC Helpers
I've put together a short tutorial on creating ASP.Net MVC Helper Controls that use lambda expressions to strongly type the model, property and value parameters.
-
Set up Spring.Net IoC with ASP.Net MVC
There are a number of steps required for setting up Spring.Net IoC with ASP.Net MVC and it can be a little tricky getting it up and running the first time so I thought I’d document a basic working set up.