A Good ASP.NET MVC Tutorial

less than 1 minute read

I just started experimenting with ASP.NET MVC web applications and found this online tutorial to be a great place to start:

http://www.asp.net/mvc/tutorials/mvc-music-store-part-1

Found another good tutorial, this one using LINQ to SQL rather than the Data Entity Framework. Also, this example talks about a Data Repository pattern for accessing a database, which is probably the way I'll end up going.

http://www.asp.net/mvc/tutorials/creating-model-classes-with-linq-to-sql-cs

Tags:

Updated: