Troy Goode


Introduction to ASP.Net MVC for Alt.Net DC - Presentation Materials

I just got back from my ASP.Net MVC Presentation for tonight's DC Alt.Net meeting and I had a great time. I hope everyone got a good feel for what it takes to develop an application using the MVC framework. Please don't hesitate to email me if you have any questions. Also I owe a big thanks to Matthew Podwysocki for inviting me to speak. Thanks Matt, I really enjoyed the opportunity.

I promised that I would post the project that we created tonight (a basic blog engine), which you can now find linked below. There are three projects in the solution:

If you want to run the project, make sure you have SQL Server Express installed and create a database named "MvcTutorial-Blog". Afterward you can run the "MvcTutorials.Blog.Domain.Bootstrap" project to insert test data and run the website project.

Be sure to let me know if there are any questions or comments about tonight's presentation or this post's code!

MvcTutorial-Blog.zip