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
(Areas of Concern)
Line 21: Line 21:
 
**Fuzzing
 
**Fuzzing
  
*Emerging Technology
+
*.NET Web Technologies
 +
**[http://www.owasp.org/index.php/ASP.NET_WebForms ASP.NET WebForms]
 +
**[http://www.owasp.org/index.php/ASP.NET_MVC ASP.NET Model View Controller]
 
**[http://www.owasp.org/index.php/SilverLight Silverlight]
 
**[http://www.owasp.org/index.php/SilverLight Silverlight]
 +
**[http://www.owasp.org/index.php/WSS Sharepoint]
  
 
===Articles===
 
===Articles===

Revision as of 01:01, 16 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
    • Partial Trust
    • Cross Platform
  • Confidentiality, Integrity and Availability in Practice
    • Cryptography
    • Debugging and Instrumentation
    • Adaptive Web Applications and failing gracefully
  • Security Features
    • Authentication Best Practices
    • Authorization
    • Security Demands
  • Unit Testing
    • Test First (TDD) and Design Patterns
    • Fuzzing

Articles

"How Do I?" Microsoft Security Videos

Community Contributions

Developing ASP.NET in Partial Trust

References

Tools

Source Code Analysis Tools