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
(improved formatting, updated links)
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
==.NET Security for Developers==
+
==Summary==
 
Developers are responsible for creating secure, trustworthy web applications and services.  This section is to provide tools and guidance for the .NET Developer.
 
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===
+
==Areas of Concern==
*Secure Coding
+
* [[Secure Development Lifecycle]]
**Partial Trust
+
** Overview
**Cross Platform
+
** Checklists
 +
** Tools
  
*Confidentiality, Integrity and Availability in Practice
+
* [[.NET Secure Coding | .NET Secure Coding]]
**Cryptography
+
** Partial Trust
**Debugging and Instrumentation
+
** Cross Platform
**Adaptive Web Applications and failing gracefully
 
  
*Security Features
+
* [[.NET CIA | Confidentiality, Integrity and Availability in Practice]]
**Authentication Best Practices
+
** Cryptography
**Authorization
+
** Debugging and Instrumentation
**Security Demands
+
** Adaptive Web Applications and failing gracefully
  
*Unit Testing
+
* [[.NET Security Features | .NET Security Features (by Version)]]
**Test First (TDD) and Design Patterns
+
** Authentication Best Practices
**Fuzzing
+
** Authorization
 +
** Security Demands
  
*Emerging Technology
+
* [[.NET Unit and Integration Testing | Unit and Integration Testing]]
**[http://www.owasp.org/index.php/SilverLight Silverlight]
+
** Test First (TDD) and Design Patterns
 +
** Fuzzing
  
===Articles===
+
* .NET Web Technologies
[http://msdn2.microsoft.com/en-us/security/bb896640.aspx "How Do I?" Microsoft Security Videos]
+
** [[ASP.NET_WebForms | ASP.NET WebForms]]
 +
** [[ASP.NET_MVC | ASP.NET Model View Controller]]
 +
** [[SilverLight | Silverlight]]
 +
** [[WSS | SharePoint (WSS)]]
 +
** [[WCF Security Best Practices | Windows Communications Foundation Security Best Practices]]
  
===Community Contributions===
+
==Articles & Projects==
 +
[http://msdn.microsoft.com/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]
 
[http://keepitlocked.net/archive/2008/04/11/developing-asp-net-in-partial-trust.aspx Developing ASP.NET in Partial Trust]
  
===References===
+
==References==
 
+
[http://go.microsoft.com/?linkid=8685076 Microsoft Security Development Lifecycle 3.2]
  
===Tools===
+
==Tools==
[http://www.owasp.org/index.php/Source_Code_Audit_Tools Source Code Analysis Tools]
+
[[Source_Code_Analysis_Tools | Source Code Analysis Tools]]

Latest revision as of 04:14, 1 September 2008

Summary

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

Articles & Projects

"How Do I?" Microsoft Security Videos

Community Contributions

Developing ASP.NET in Partial Trust

References

Microsoft Security Development Lifecycle 3.2

Tools

Source Code Analysis Tools