Coding Convention

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, m a newbie to C# programming, please tell me coding convention or
notation followed professionally by the programmers. If possible send me
some web page link elaborating the idea.
 
Hi Ejaz,

Normally in office i use a tool called FxCop. It is quite useful. I will
definitely recommends you to use.

www.gotdotnet.com/team/fxcop/

Anyway if you want to add custom rules, it is still possible ;p

Cheers.
 
Ejaz ul Haq napisał(a):
Hi, m a newbie to C# programming, please tell me coding convention or
notation followed professionally by the programmers. If possible send me
some web page link elaborating the idea.

I use coding conventions described in ECMA standard for C# (in one of
the appendices). I believe it's worth reading and adopting some good
practices.

Best regards,
Marcin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top