Naming standards/ conventions used in VS dotNet and VB dotNet

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

Guest

Hi all,

Can you share with me the naming standards for the following :

VB.Net, ASP.Net Naming Standards
Namespaces
Assemblies
Classes and Structs
Collection classes
Delegate classes
Exception classes
Attribute classes
Interfaces
Enumerations
....etc


I am sure where to begin to search on msdn, it's just too vast. Thanks for
your help.

Ben
 
Ben,

There are no standards, so feel free to go what you want, most of us use
probably CamelCase as it is in the samples of Microsoft for C# and
VisualBasic.

If you want to read something about this, take than this search on it where
I have used Herfried as exra search word, I never saw him not involved in a
thread about this. And there is a change that I am the one who has read the
most messages from him. Although I often don't share his opinion, do I
seldom disagree with him.

http://groups.google.com/group/micr...l+case+herfried&rnum=1&hl=en#ddf21d72d57331f6

Cor
 
That was a great book. I read it cover to cover, and found some interesting
tips about performance in it.

Robin S.
 
Michel,

Thanks, went to Amazon.com and checked the review. Looks like a good book,
can't wait to read it.

Ben
 
Back
Top