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 Architect"

From OWASP
Jump to: navigation, search
(Articles)
Line 1: Line 1:
 
==Security Resources for .NET Architects==
 
==Security Resources for .NET Architects==
 +
Security concerns must be addressed at the architectural level.  This section is to provide tools and guidance for the .NET architect.
  
 +
===Architectural Concerns===
 +
*Conceptual Architecture*
 +
 +
*Security Requirements*
 +
 +
*Design Review*
 +
 +
*Requirements Testing*
 +
 +
*Implementation
  
 
===Articles===
 
===Articles===
Line 12: Line 23:
  
 
===References===
 
===References===
 +
[http://www.iasahome.org/web/home/home International Association of Software Architects]
 +
 +
[http://msdn2.microsoft.com/en-us/practices/default.aspx Patterns and Practices]
 +
 +
[http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.HomePage Patterns and Practices Security Wiki]
 +
 
===Tools===
 
===Tools===

Revision as of 20:10, 30 March 2008

Security Resources for .NET Architects

Security concerns must be addressed at the architectural level. This section is to provide tools and guidance for the .NET architect.

Architectural Concerns

  • Conceptual Architecture*
  • Security Requirements*
  • Design Review*
  • Requirements Testing*
  • Implementation

Articles

ASP.NET Security Architecture

Security Engineering

Solutions to SOA Security

Web Service Specifications

References

International Association of Software Architects

Patterns and Practices

Patterns and Practices Security Wiki

Tools