Reputation:
Can somebody please advise a very advanced book on the architecture of the web application development, preferably in .Net
I'm interested in patterns and designs, code security and re-usability
I have studied a variety of books, but they all seem to be for beginner/intermediate levels.
Upvotes: 2
Views: 174
Reputation: 13842
NDepend documentation comes with some pretty cool and advanced online blog posts, articles and white books concerning architecture of .NET code:
Advices on partitioning code through .NET assemblies
Control Components Dependencies to gain Clean Architecture
Re-factoring, Re-Structuring and the cost of Levelizing
Evolutionary Design and Acyclic componentization
Layering, the Level metric and the Discourse of Method
Fighting Fabricated Complexity
Upvotes: 0
Reputation: 6341
Look here at the microsoft patterns and practices. This should help you out. Home
They have best practices for the Architecture, Security, Logging as well as Software factories which put there best practices into use.
Upvotes: 5
Reputation: 15571
I shall suggest you to read the guidelines published by Microsoft Patterns and Practices. Go to MS P&P site and collect all best practices. You can see the complete catalogue here: http://msdn.microsoft.com/en-us/practices/bb190351.aspx
Upvotes: 1