Microsoft coding conventions?

  • Thread starter Thread starter Mats-Lennart Hansson
  • Start date Start date
M

Mats-Lennart Hansson

Hi,
I'm looking for some coding conventions for c# written by microsoft. What
I'm looking for is. for example:

* How to name method variables, class variables
* How to name functions
* How to name classes

etc.

I've looked at microsoft.com but can't really find what I'm looking for.
Does anyone have a link?

Thanks!

Mats-Lennart
 
Mats-Lennart Hansson said:
Hi,
I'm looking for some coding conventions for c# written by microsoft.
What I'm looking for is. for example:

* How to name method variables, class variables
* How to name functions
* How to name classes

etc.

I've looked at microsoft.com but can't really find what I'm looking
for. Does anyone have a link?

In addition to the design guidelines on MSDN have look at
http://blogs.msdn.com/brada/articles/361363.aspx

Cheers,
 

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