Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
16 user(s) are online (16 user(s) are browsing encyclopedia)

Members: 0
Guests: 16

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Leszynski naming convention

The Leszynski naming convention (or LNC) is a way of naming object (computer science) in programming and database development fields. The Leszynski naming convention is a form of Hungarian notation which emphasizes the use of three-letter (and occasionally four-letter) object type prefixes.

For example, a developer wanting to store a string that contains a username might call it strUsername. Or, in a database, a Table (information) that stores prices for an online store might be called tblPrices. This makes it very easy to understand the type of something when just glancing over it. The tags are always minuscule and each word of the object name is majuscule. Spaces and underscores are not used.

This naming convention is often used within the Microsoft Access community, as well as standard in Visual Basic programming, but is not a widely-used practice elsewhere.

= External link =

[http://www.acc-technology.com/namconv.htm MS Access Naming Conventions]