views:

50

answers:

3

Hi,

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.

+1  A: 

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

Kangkan
+5  A: 

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.

bechbd
Thank you very much
vikp