pee2pee
pee2pee

Reputation: 3792

Classic ASP to MVC

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

Answers (2)

Emet M.
Emet M.

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

Hasib Tarafder
Hasib Tarafder

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

Related Questions