C Sharp Coding guide lines required

  • Thread starter Thread starter S B
  • Start date Start date
S

S B

Hello
I have just started working with c Sharp
Can any body suggest me a good web site where I can find some cood coding
practises or guidlines
Thanks
Srikanth
 
S said:
I have just started working with c Sharp
Can any body suggest me a good web site where I can find some cood coding
practises or guidlines

Design Guidelines for Class Library Developers
http://msdn.microsoft.com/library/en-
us/cpgenref/html/cpconnetframeworkdesignguidelines.asp

You can also use the FxCop tool to check and view the guidlines:
http://www.gotdotnet.com/team/fxcop/

The complete design-rules can be found here:
http://www.gotdotnet.com/team/fxcop/docs/FxCopRuleTopics.zip


--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
 
Thanks Jochen
The link was very much use ful
Jochen Kalmbach said:
Design Guidelines for Class Library Developers
http://msdn.microsoft.com/library/en-
us/cpgenref/html/cpconnetframeworkdesignguidelines.asp

You can also use the FxCop tool to check and view the guidlines:
http://www.gotdotnet.com/team/fxcop/

The complete design-rules can be found here:
http://www.gotdotnet.com/team/fxcop/docs/FxCopRuleTopics.zip


--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
 
Back
Top