DevDinnerOnDemand: Introduction to ASP.NET MVC

ASP.NET MVC enables you to build Model View Controller (MVC) applications by using the ASP.NET framework. ASP.NET MVC is an alternative, not a replacement, for ASP.NET Web Forms that offers the following benefits:

  • Clear separation of concerns
  • Testability - support for Test-Driven Development
  • Fine-grained control over HTML and JavaScript
  • Intuitive URLs

What you will learn:

This demonstration focused session covers the fundamentals of the ASP.NET MVC framework.  You will learn how ASP.NET MVC differs from the current ASP.NET Web Forms framework.  Through a series of demonstrations, you will see:

  • How ASP.NET MVC provides you with fine-grained control over HTML and JavaScript
  • Test Driven Development fundamentals
  • AJAX with ASP.NET MVC fundamentals

View Recording:

https://channel9.msdn.com/posts/keydet/US-Public-Sector-Developer-Dinner-for-Partners-ASPNET-MVC/

The follow up post for this developer dinner at:

https://tinyurl.com/aspnetmvcdevdinner

-Marc