Skip to content
Go back

Introduction to ASP.NET MVC for VISUG - Presentation materials

Edit page

VISUG Yesterday evening, I did a presentation on the ASP.NET MVC framework for VISUG (Visual Studio User Group Belgium). I really hope everyone got a good feel on what the ASP.NET MVC framework is all about and what it takes to build an ASP.NET MVC application. Thank you Pieter Gheysens for inviting me for this talk! And thank you audience for being interested for over an hour and a half!

A recorded version of this presentation will be available later, for the moment you'll have to do with the presentation materials. The download contains the slides, the Hello World application and the testing demo. The CarTrackr application can be found on CodePlex.

Downloads

Presentation materials: VISUG ASP.NET MVC materials.zip (5.63 mb)
CarTrackr sample application: http://www.codeplex.com/CarTrackr/

kick it on DotNetKicks.com


Edit page
Share this post on:

Previous Post
CarTrackr - Sample ASP.NET MVC application
Next Post
Using the ASP.NET MVC ModelBinder attribute - Second part