Is there a Perfect / Model ASP.Net site for training?

I am looking for a website or application "model" written in ASP.Net that illustrates modern best practices of architecture, design, code, etc. that can be used as a development plan?

I work in ASP.Net web formats, but would like to get into MVC, so examples from both would be very welcome.

Thanks.

+2
source share
3 answers

Nerd Dinner might be worth a look at MVC; it comes with a 185-page pdf code, albeit with screenshots. I think it was built as an example for an ASP.NET MVC 1.0 book.

There's a bit more info on Scott Guthrie 's blog

+1
source

You may have a website that both uses ASP.NET MVC and ASp.NET Webforms. Google it and you will find dozens of samples. But if you want to see an example of how to implement MVC Pattern * in ASp.NET Webforms projects, see: http://www.codeproject.com/KB/aspnet/mvcwebforms.aspx

+1
source

It is very difficult to find the full-blown top ASP open source ASP.NET sites. Here are those that go beyond beginners.

+1
source

All Articles