Refresher/csharp/Basic Classes

Presentation

 
Basic Concepts
 
Basic Classes
 
Basic Limitation
 
List of Topics
   
 
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
 
Basic Limitation
 
 Debug vsTrace class: debug builds only or both debug and release builds
 
 
 Localization namespaces: System.Globalization and System.Resources
 
 
 System.Array.CopyTo() vs System.Array.Clone(): deep vs shallow copy of an array
 
 
 System.Text.StringBuilder over System.String: more efficient when a lot of manipulation is done to the text