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.
 
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
 
Back
Top