Tulsa School of Dev, 2011
May 31
.Net, Development Asp.Net Mvc No Comments
Last Friday I gave a presentation on setting up an Asp.Net Mvc application at the Tulsa School of Dev. The remainder of this post provides numerous links to information on routing, dependency injection, areas, html helpers, T4 templates, data annotation, and a couple of nuget packages you may find interesting.
General Links
- http://www.asp.net/mvc
- http://weblogs.asp.net/scottgu
- http://haacked.com
- http://www.hanselman.com/blog
- http://blog.stevensanderson.com
- http://www.stackoverflow.com
Routing
Dependency Injection
- http://www.mikesdotnetting.com/Article/117/Dependency-Injection-and-Inversion-of-Control-with-ASP.Net-MVC
- http://adventuresdotnet.blogspot.com/2009.08/first-steps-into-dependency-injectsion.html
Areas
- http://www.asp.net/mvc/videos/aspnet-mvc-2-areas
- http://blog.stevensanderson.com/2008/11/05/app-areas-in-aspnet-mvc-take-2
Html Helpers
- http://weblogs.asp.net/scottgu/archive/2010/01/10/asp-net-mvc-2-strongly-typed-html-helpers.aspx
- http://blogs.teamb.com/craigstuntz/2010/09/10/38638
- http://channel9.msdn.com/Blogs/AnthonyC/Extending-ASPNET-MVC-with-Custom-HTML-Helpers
T4 Templates
- http://blogs.msdn.com/b/webdevtools/archive/2009/01/29/t4-templates-a-quick-start-guide-for-asp-net-mvc-developers.aspx
- http://blog.wekeroad.com/blog/putting-the-ldquo-m-rdquo-back-in-mvc
Data Annotation and Validation
- http://weblogs.asp.net/scottgu/archive/2010/01/15/asp-net-mvc-2-model-validation.aspx
- http://weblogs.asp.net/srkirkland/archive/2010/02/23/introducing-data-annotations-extensions.aspx













Recent Comments