Fubu MVC
In this talk, Chad Myers and Jeremy Miller about Fubu (For us, by us) MVC Framework, an alternative to ASP.NET MVC Framework and is a front controller style framework. [vimeo 4289006 480 360]
In this talk, Chad Myers and Jeremy Miller about Fubu (For us, by us) MVC Framework, an alternative to ASP.NET MVC Framework and is a front controller style framework. [vimeo 4289006 480 360]
Learn how to extend the ASP.NET MVC framework with dependency injection, view engines, action filters, and more. We’ll see how to apply Test Driven Development and write unit tests with mock objects.
A benefit of the MVC architectural style is that it promotes a clean separation of concerns between the models, views and controllers within an application. Come learn what MVC is and why you’d want to use it with ASP.NET. We’ll build a web application from scratch and explore the differences …
This is a screencast to overview the concepts of ASP.NET MVC, to answer common questions, to review the additions to the framework since the beta version, and to show/review a sample application using ASP.NET MVC RC2. Dive into ASP.NET MVC RC2 from Elijah Manor on Vimeo.
David Hayden showed how to leverage per project T4 Templates to generate custom controllers and views in ASP.NET MVC Web Applications. Without writing a single line of code, David was able to create a CRUD controller and associated views to handle create, read, update, delete, and list functionality against a …
In this video, the new tooling for Visual Studio included in ASP.NET MVC release candidate is demonstrated to create a create, read, update and delete user interface within 15 minutes. Source: Maarten Balliauw {blog}