Some articles at MSDN (watch for long URLs)

[1]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconNETFrameworkDesignGuidelines.asp
[2]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vxconcodingtechniques.asp

Also, check some non-MS resources:

[3] http://www.icsharpcode.net/TechNotes/SharpDevelopCodingStyle03.pdf
[4] http://developer.agamura.com/technotes/csharp-coding-guidelines/

There's also a MS tool called FX Cop available at

[5] http://www.gotdotnet.com/team/fxcop/default.aspx

that will report coding style (defined in [1]) violations + many more. I'm
using it with one of my projects and it is really helpful, because it shows
you potential errors you might not be even aware of (like globalization
issues, etc.)

Jarek

----- Original Message ----- 
From: "Jean-Philippe Bret-Gaubaste" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 19, 2004 6:14 PM
Subject: [Nant-users] RE: Coding Conventions & Code Complete by McConnell


I will go further in the off-topics subjects related to coding conventions.

I haven't found yet any document (I mean unique and consistent documents,
not a
collection of pages) giving a kind of standard convention for coding and
naming,
even on MS site, nor anywhere else. I may not have searched enough and I
must
admit I'm new to .net world. I'm coming from Java world where all the
biblical
litterature can be found on Sun website, in a standardized pdf & html
form...
Can anyone point me at such a dream place in the .net world ?



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to