.NET Coding Standards

By Michael Flanakin @ 12:09 PM :: 1527 Views :: 1 Comments :: .NET 1.x, .NET 2.0, Proven Practices :: Digg it!

Introduction

Purpose

This document outlines the minimum recommended coding standards to be followed for .NET development. These standards are a set of simple conventions that yield the following benefits:

  • Increased readability
  • Reduce maintenance effort
  • Facilitate code sharing and reusability

The standards in this paper were extracted and refined from the Microsoft Developer Network (MSDN) Coding Techniques and Programming Practices and other MSDN website resources.

History

0.1 Outline
0.2 Completed Naming Conventions section
0.3 Completed Formatting and Visibility Conventions sections

References

C# XML Documentation

http://msdn.microsoft.com/library/en-us/csref/html/vclrftagsfordocumentationcomments.asp

Ratings

Comments

By More .NET Naming Conventions @ Saturday, November 15, 2008 5:14 AM
Here are some more .NET naming conventions

http://www.ssw.com.au/ssw/Standards/Rules/RulesToBetterdotNETProjects.aspx

Click here to post a comment



Categories Categories