Reputation: 3792
Right - going to be blunt. I've used classic ASP for what seems like an age and a half.
I would like to start making use of the .NET framework and MVC in particular seems to be something that is mentioned a lot.
The question is how do I make that transition? Are there any good tutorials? Any decent books?
Upvotes: 3
Views: 900
Reputation: 41
Try out most of basic terms of MVC pattern applied to classic ASP in article: Classic ASP and MVC http://www.codeproject.com/Articles/585883/Classic-ASP-and-MVC
Upvotes: 1
Reputation: 5813
You can directly learn ASP.NET MVC 4 from the asp.net site.
For myself, learn mvc and entity framework from Contoso University example.
Upvotes: 3