views:

120

answers:

2

What is the best and/or most comprehensive book on .NET security for developers?

+1  A: 

I've been recommended "The .NET Developer's Guide to Windows Security" by Keith Brown. A very cool thing is that it's available online!

http://alt.pluralsight.com/wiki/default.aspx/Keith.GuideBook/HomePage.html

TheCodeJunkie
+1  A: 

I like Writing Secure Code by Michael Howard; David LeBlanc

I would also recommend The Web Application Hacker's Handbook: Discovering and Exploiting Security Flaws by Stuttard, Dafydd; Pinto, Marcus if you are writing web applications (.Net or otherwise).

I really wouldn't limit myself to one book though :).

Flory