Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Examples of architecturally well-designed ASP.NET WebForms sites [closed]

What's an example of a reasonably modern, well-designed, fairly complex ASP.NET webforms site, with source code available? Particularly that use MVP or MVC patterns.

Note: I'm not looking for sites that use the ASP.NET MVC framework. I'm looking for sites built with traditional webforms, even if they happen to use the MVC pattern

like image 551
kenwarner Avatar asked Oct 15 '22 07:10

kenwarner


1 Answers

As for MVC, it's more of a tutorial, but NerdDinner is a pretty good app/tutorial. MVC is quite new, so good well-architected, free sites aren't as common. I'd love to see a few. There's a PDF with NerdDinner that walks through the application.

For Webforms, XD World Recipes is a well-architected n-tier application. It's a bit old ( 2 years ), which makes it nice for learning the basics of N-Tier, before we had all the syntactic sugar of Linq etc.

like image 68
Armstrongest Avatar answered Oct 18 '22 05:10

Armstrongest