Conclusion

 <  Day Day Up  >  

This chapter has covered some of the basic aspects of the language and the .NET Framework as preparation for diving into the deeper details. From here, the discussion moves on to the fundamental types that all programs use, such as Integer .

Here are some style points to consider.

  • Although the language is very relaxed in regard to casing, it is always a good idea to use correct casing because this increases the readability and understandability of code. The Visual Studio IDE will usually correct casing.

  • In general, it is best to specify syntax even if it is optional. The Visual Studio IDE will usually insert optional syntax if it is omitted.

  • In keeping with historical precedent, the word REM can also be used to start a comment, but its use is discouraged.

 <  Day Day Up  >  


The Visual Basic .NET Programming Language
The Visual Basic .NET Programming Language
ISBN: 0321169514
EAN: 2147483647
Year: 2004
Pages: 173
Authors: Paul Vick

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net