ASP.NET MVC Architectural Concerns Video on ARCast.TV - TechEd 2008
Saturday, April 11, 2009
This is an older video around TechEd 2008 when the ASP.NET MVC Framework was in CTP 3, but if you are interested, there is an ARCast.TV Video focusing on the architectural concerns when using the ASP.NET MVC Framework.
Per the ARCast.TV Description:
"This interview focuses on architectural concerns when using the MVC Framework. Dependency Injection can help decouple the application and make your code more maintainable and testable, but how do you enable this? Join Jeffrey Palermo and Bob Familiar for a boots-on-the-ground talk about how to fit ASP.NET MVC into your Web application architecture while avoiding some of the pitfalls common with Web Forms. We'll cover the following in depth: designing for testability, loose coupling, separation of concerns, automated testing of controller actions, dependency injection, and leveraging IoC container support from the MvcContrib open source project."
Watch the video here.
ASP.NET MVC Resources
- ASP.NET MVC 1.0 with Phil Haack Video on Channel 9
- ASP.NET MVC Videos and Screencasts from MIX 09 Sessions - Free Training
- ASP.NET MVC Screencasts Videos and Webcasts - Learn ASP.NET MVC Framework
- ASP.NET MVC Sample Applications - Open-Source Examples and Tutorials
Tags: ASP.NET MVC Videos , MVCContrib , ASP.NET MVC Webcasts