tags:

views:

73

answers:

3

Can you reference a good MVC tutorial?

Thanks in advance.

+3  A: 

If by MVC, you are referring to ASP.NET MVC, Scott Guthrie's free NerdDinner tutorial is a good place to start from.

Mehrdad Afshari
Thanks for the link.
Jojo Sardez
+1  A: 

The model-view-controller pattern in general:

ASP.NET MVC:

The MYYN
Thanks for the links!
Jojo Sardez