guidelines

TwitterFacebook
Get flash to fully experience Pearltrees
standards

LINQ

I recently put this bullet point list together for the team I’m currently working with. Naming Conventions Naming conventions. We will follow Microsoft’s standard C# naming conventions. http://blogs.msdn.com/brada/articles/361363.aspx .

What I look for in a Code Review

http://mikehadlow.blogspot.com/2009/05/what-i-look-for-in-code-review.html
http://www.mono-project.com/Coding_Guidelines This document contains the coding guidelines for the Mono Project. It contains four major sections: Style Guidelines , on how to organize your source code. Git Workflow Changes discusses how our workflow has changed now that Mono is hosted on GitHub. Source Code Control details our source code control use.

Coding Guidelines

Brad Abrams : Internal Coding Guidelines

1. Introduction .......................................................................................................................................... 1 2. Style Guidelines .................................................................................................................................... 2 http://blogs.msdn.com/b/brada/archive/2005/01/26/361363.aspx
http://msdn.microsoft.com/en-us/library/vstudio/ms229042(v=vs.100).aspx

Design Guidelines for Developing Class Libraries

The design guidelines for developing class libraries are for library development that extends and interacts with the .NET Framework. The goal of the .NET Framework design guidelines is to help library designers ensure that their users reap the benefits of API consistency and ease of use by providing a unified programming model that is independent of the programming language used for development. It is strongly recommended that you follow these design guidelines when developing classes and components that extend the .NET Framework. Inconsistent library design adversely affects developer productivity and discourages adoption. These guidelines are intended to help class library designers understand the trade-offs between different solutions. There might be situations where good library design requires that you violate these design guidelines.