Is there a Perfect/Model ASP.Net Website for Learn

2019-04-14 11:34发布

I'm looking for a 'model' website/application written in ASP.Net that illustrates current best-practices of architecture, design, code etc. that could be used as a blueprint for development?

I'm working in ASP.Net webforms, but would like to get into MVC so examples from both would be very welcome.

Thanks.

3条回答
2楼-- · 2019-04-14 11:57

You can have a web site that uses ASP.NET MVC and ASp.NET Webforms at the same time. Google it and you'll find dozens of samples. But if you weant to see an example of how to implement MVC Pattern* in ASp.NET Webforms projects, take a look at: http://www.codeproject.com/KB/aspnet/mvcwebforms.aspx

查看更多
何必那么认真
3楼-- · 2019-04-14 12:05

It is very hard to find full blown best open source asp.net MVC sites. Here's the ones that go beyond beginner concepts.

查看更多
叛逆
4楼-- · 2019-04-14 12:10

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

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

查看更多
登录 后发表回答