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
(→Areas of Concern) |
|||
Line 24: | Line 24: | ||
[http://msdn2.microsoft.com/en-us/security/bb896640.aspx "How Do I?" Microsoft Security Videos] | [http://msdn2.microsoft.com/en-us/security/bb896640.aspx "How Do I?" Microsoft Security Videos] | ||
+ | ===Community Contributions=== | ||
+ | [http://keepitlocked.net/archive/2008/04/11/developing-asp-net-in-partial-trust.aspx Developing ASP.NET in Partial Trust] | ||
===References=== | ===References=== |
Revision as of 16:04, 13 April 2008
[hide]
.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