.NET Naming Guidelines. Please, need advice.

S

shapper

Hello,

Where can I find some information on .NET naming conventions?

For example, controls prefixes, properties, etc?

And is it normal to name variables with prefixes?

Dim sName As String

If not why is so used something like:

Dim dsNames As Dataset

Or

Dim drName As Datarow

Thanks,

Miguel
 
D

David R. Longnecker

Miguel-

The "Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable
..Net Libraries" by Krzysztof Cwalina and Brad Abrams is pretty comprehensive
regarding distributed libraries and conventions. Brad also posted up the
internal coding guideines on his blog at http://blogs.msdn.com/brada/articles/361363.aspx.
It includes sections (2.6 and 2.7) on naming conventions.

Beyond that, conventions are simply that and vary by designer and design
shop.

HTH.

-dl
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top