ThePlace

Home ] Search ] Resources ] Site Map ] Contact Me ]
Dave's Information Technology Resource

Up ]

--- VB.NET Language ---

VB File Names : .vb; web-enabled will use .aspx

Identifiers:

bulletNames given to Namespaces, types (enumerations, structures, classes, modules, interfaces, and delegates)
bulletType members (methods, constructors, events, constants, fields, and properties),
bulletVariables 
bulletMust begin with alphabetic or underscore.

VB.NET Keywords

Literals:

bulletNumeric: integers, floating points
bulletString: text enclosed in quotes
bulletCharacter: single character, with letter "c" after specifying
bulletDate: within # characters
bulletBoolean: True or False
bulletNothing: uninitialized data type

Types:

bullet2 types
  1. Value - low budget (faster, uses small memory)
  2. Reference - enable object oriented references (uses pointers); limited in speed, uses more memory
bullet Summary of basic types
bullet Arrays
bulletCollections: groups of values within object structures (e.g., fields in a table row; tables in a database).

 

 

 

 

 

Home ] Up ] Computer Architecture ] Programming Bootcamp ] Database Bootcamp ] Visual BasicS ] Web Basics ] Web Multimedia ] Web Programming ] Advanced Web Topics ] Developing Web Sites ] XML Technology ] Web Glossary ]

Copyright © 1999 - 2005 
ThePlace - Written and Sponsored by Dave Hillman