Are there links to ASP.Net MVC

I'm trying to learn the structure of ASP.Net MVC, and I was wondering if there were any good help applications that I could use to learn about using ASP.Net, as well as best practices for implementing LOB applications.

If possible, I would like to see an ASP.Net MVC application that also uses AJAX.

+6
asp.net-mvc asp.net-ajax
source share
5 answers
+8
source share

Nerd dinner

The code and tutorial are available as a free chapter from ASP.Net MVC 1.0 Conery , Hanselman , Haack, and Guthrie book (could not find SO user page)

Source code is also available on CodePlex.

+4
source share

Have you looked at NerdDinner?

ScottGu Blog

and

html tutorial for Nerd lunch

+2
source share

Oxite Project (Open Source Blog Engine)

However, there are opinions that this is not a good example that can be drawn from:

Oksit - Oh Lord, why ?!

0
source share

CarTrackr is a simple sample application from an ASP.NET MVC 1.0 book fast .

0
source share

All Articles