This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of ".NET Security for Developers"

From OWASP
Jump to: navigation, search
(New page: ==.NET Security for Developers== Developers are responsible for creating secure, trustworthy web applications and services. This section is to provide tools and guidance for the .NET Deve...)
 
(Areas of Concern)
Line 4: Line 4:
 
===Areas of Concern===
 
===Areas of Concern===
 
*Secure Coding
 
*Secure Coding
 +
 +
*Confidentiality, Integrity and Availability in Practice
 +
 +
*Security Features
 +
Authentication Best Practices
 +
 +
Authorization
 +
 +
Security Demands
  
 
*Unit Testing
 
*Unit Testing
 
  
 
===Articles===
 
===Articles===

Revision as of 03:37, 1 April 2008

.NET Security for Developers

Developers are responsible for creating secure, trustworthy web applications and services. This section is to provide tools and guidance for the .NET Developer.

Areas of Concern

  • Secure Coding
  • Confidentiality, Integrity and Availability in Practice
  • Security Features

Authentication Best Practices

Authorization

Security Demands

  • Unit Testing

Articles

"How Do I?" Microsoft Security Videos


References

Tools