Register | Login 
Forum  
SearchForum Home
     
  Study Groups  VB.NET Key Points  Ch 3 Control Fl...
 Ch 3 Control Flow and Error Handling
 
 3/19/2006 11:34:43 PM
rcasebere
3 posts


Ch 3 Control Flow and Error Handling
1. Do .... Loop more flexible than For ... Next
2. Objects can be passed by value only by copying them yourself
3.VB arrays are passed by reference
4. Don't throw exceptions for common occurrences, just use with truly exceptional conditions.
5. The IDisposable interface method Dispose and the using keyword can help the CLR in freeing up unneeded resources.
  Study Groups  VB.NET Key Points  Ch 3 Control Fl...

Copyright (c) 2008 GSP Developers
Walling Info Systems | Terms Of Use | Privacy Statement