473,394 Members | 2,020 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Naming standards/ conventions used in VS dotNet and VB dotNet

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
Feb 14 '07 #1
6 1421
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/micro...f21d72d57331f6

Cor
"Ben" <Be*@discussions.microsoft.comschreef in bericht
news:26**********************************@microsof t.com...
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


Feb 14 '07 #2
Cor,

Thanks so much. This is very helpful.

Ben
--

"Cor Ligthert [MVP]" wrote:
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/micro...f21d72d57331f6

Cor
"Ben" <Be*@discussions.microsoft.comschreef in bericht
news:26**********************************@microsof t.com...
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


Feb 14 '07 #3

Well actually there is a hole book written about this

Practical Guidelines and Best Practices for Microsoft Visual Basic and
Visual C#

http://www.amazon.com/Practical-Guid...e=UTF8&s=books

regards

michel


"Ben" <Be*@discussions.microsoft.comschreef in bericht
news:26**********************************@microsof t.com...
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


Feb 14 '07 #4
That was a great book. I read it cover to cover, and found some interesting
tips about performance in it.

Robin S.
-----------------------------------------
"Michel Posseth [MCP]" <ms****@posseth.comwrote in message
news:eQ**************@TK2MSFTNGP03.phx.gbl...
>
Well actually there is a hole book written about this

Practical Guidelines and Best Practices for Microsoft Visual Basic and
Visual C#

http://www.amazon.com/Practical-Guid...e=UTF8&s=books

regards

michel


"Ben" <Be*@discussions.microsoft.comschreef in bericht
news:26**********************************@microsof t.com...
>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



Feb 15 '07 #5
Michel,

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

Ben

--

"Michel Posseth [MCP]" wrote:
>
Well actually there is a hole book written about this

Practical Guidelines and Best Practices for Microsoft Visual Basic and
Visual C#

http://www.amazon.com/Practical-Guid...e=UTF8&s=books

regards

michel


"Ben" <Be*@discussions.microsoft.comschreef in bericht
news:26**********************************@microsof t.com...
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


Feb 15 '07 #6
the most popular convention is:

DONT USE DOTNET

On Feb 14, 9:14 am, Ben <B...@discussions.microsoft.comwrote:
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

Feb 15 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Mark Broadbent | last post by:
stupid question time again to most of you experts but this is something that continually bothers me. I am trying to get into the habit of naming variables and controls in an assembly as per...
3
by: clintonG | last post by:
Does the use of DTD, XML Schema and similar constructs adopt the use of C# naming conventions? If so how do I make the distinction of how to apply C# conventions with XML elements, attributes and...
5
by: rastaman | last post by:
Hi all, I know of the existence of Object Naming Conventions for Visual Basic 6. Now I'm reading some books about VB .NET, but the names used for the objects are button1, picturebox1, etc. I...
9
by: kevininstructor | last post by:
Greetings, I am in the process of creating naming conventions for VB.NET controls i.e. CheckBox -> chkShowThisOnStartup ListBoxt -> lstSomeList What I am looking for other developers...
11
by: MP | last post by:
Hi, Coming from a vb6 background I am accustomed to prefixing variable names to indicate their usage. Now just beginning to try to learn database stuff I've been lurking here and working on my...
114
by: Jonathan Wood | last post by:
I was just wondering what naming convention most of you use for class variables. Underscore, "m_" prefix, camel case, capitalized, etc? Has one style emerged as the most popular? Thanks for...
35
by: Smithers | last post by:
Is it common practise to begin the name of form classes with "frm" (e.g., frmOneForm, frmAnotherForm). Or is that generally considered an outdated convention? If not "frm" what is a common or...
9
by: BillCo | last post by:
I'm coming from a MS Access background and so I'm very used to and comfortable with the hungarian (Leszynski et al) naming conventions. However, I'm getting started into my first SQL Server...
17
by: Miguel Guedes | last post by:
Hello, Does anyone have a link to the C++ Standard Library naming conventions that they could share? I have found a few links to pages on C++ naming conventions but am unsure as to what standard...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.