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

From OWASP
Jump to: navigation, search
(Setting up the outline for the .NET Security Cheatsheet)
 
(Added Windows Update, Authors and Other Cheat Sheets.)
Line 4: Line 4:
  
 
===The .NET Framework===
 
===The .NET Framework===
The .NET Framework is Microsoft's principal platform for line of business development. It is the supporting API for ASP.NET, Windows Desktop applications, Windows Communication Foundation services, SharePoint and other technologies.
+
The .NET Framework is Microsoft's principal platform for line of business development. It is the supporting API for ASP.NET, Windows Desktop applications, Windows Communication Foundation services, SharePoint, Visual Studio Tools for Office and other technologies.
  
 
===Updating the Framework===
 
===Updating the Framework===
 
+
The .NET Framework is kept up-to-date by Microsoft with the Windows Update service. Developers do not normally need to run seperate updates to the Framework. Windows update can be accessed at http://windowsupdate.microsoft.com/ or from the Windows Update program on a Windows computer.
  
 
==.NET Framework Guidance==
 
==.NET Framework Guidance==
Line 20: Line 20:
  
 
==WCF Guidance==
 
==WCF Guidance==
 +
 +
== Authors and Primary Editors  ==
 +
 +
Troy Hunt - troyhunt [at] hotmail.com<br/>
 +
Bill Sempf - bill [at] pointweb.net<br/>
 +
Patrick Leclerc - patrick.leclerc [at] owasp.org<br/>
 +
Jerry Hoff - jerry.hoff [at] owasp.org<br/>
 +
 +
 +
== Other Cheatsheets ==
 +
{{Cheatsheet_Navigation}}
 +
 +
[[Category:Cheatsheets]]

Revision as of 22:28, 20 November 2012

DRAFT CHEAT SHEET - WORK IN PROGRESS

Introduction

This page intends to provide quick basic .NET security tips for developers.

The .NET Framework

The .NET Framework is Microsoft's principal platform for line of business development. It is the supporting API for ASP.NET, Windows Desktop applications, Windows Communication Foundation services, SharePoint, Visual Studio Tools for Office and other technologies.

Updating the Framework

The .NET Framework is kept up-to-date by Microsoft with the Windows Update service. Developers do not normally need to run seperate updates to the Framework. Windows update can be accessed at http://windowsupdate.microsoft.com/ or from the Windows Update program on a Windows computer.

.NET Framework Guidance

ASP.NET Web Forms Guidance

ASP.NET MVC Guidance

XAML Guidance

Windows Forms Guidance

WCF Guidance

Authors and Primary Editors

Troy Hunt - troyhunt [at] hotmail.com
Bill Sempf - bill [at] pointweb.net
Patrick Leclerc - patrick.leclerc [at] owasp.org
Jerry Hoff - jerry.hoff [at] owasp.org


Other Cheatsheets

OWASP Cheat Sheets Project Homepage