jump to navigation

IDesign coding guideline 9 October, 2007

Posted by jcintra in Tech.
Tags: , , ,
add a comment

Here is one nice document for .NET developers. For those that don’t use coding guidelines this document has a great (in quality) overview of how can we code:

C# Coding Standard Guidelines

Juval reveals IDesign internal guidelines. For me it’s fundamental to have guidelines when working on team. Even in solo coding it’s a good idea to have always the same way of coding.

This document has some interesting notes for specific code domains in .NET (web, remoting,…)