I am looking for an example of an asp.net website(with source), implemented with 3 layer architecture and has some complexities like user authentication and user permissions, etc. .

Does anybody know such an example?

link|improve this question

62% accept rate
feedback

2 Answers

up vote 2 down vote accepted

If you're favouring ASP.NET MVC (and I would suggest you should be) then Nerd Dinner (source) is one of the best examples on structuring an application.

Personally I feel that rather than focus on n-Tier/3-Tier architectures you should focus your efforts on responsibly designing web applications using principles like SOLID.

link|improve this answer
"Personally I feel that rather than focus on n-Tier/3-Tier architectures you should focus your efforts on responsibly designing web applications using principles like SOLID." Good advice, thanks :) – Ristovak Aug 4 '10 at 14:47
feedback

KiGG is a nice application to use for reference.

Source code can be found on codeplex: http://kigg.codeplex.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.