user338195
user338195

Reputation:

.Net web architecture literature

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

Answers (3)

bechbd
bechbd

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

Kangkan
Kangkan

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

Related Questions