Naming standards/ conventions used in VS dotNet and VB dotNet

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
 
C

Cor Ligthert [MVP]

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
 
R

RobinS

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

Robin S.
 
G

Guest

Michel,

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

Ben
 

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

Top