My company is going to be “breaking ground” on a (large!) ASP.NET application in the near future here. We’re currently in the design phase and most of the ASP.NET application’s I’ve developed in the past were relatively small — less than a few dozen pages and 1 or 2 developers.
Can anyone point out any resources, either online or otherwise, that include some kinds of best practices or common architectures for large ASP.NET applications?
Cheers,
Brad
The patterns & practices guidance for Web applications is not a bad place to start. Just don’t get too dogmatic about following everything to the letter in those documents.