Jump to content

Refresher/csharp/Basic Classes

From Wikiversity

Presentation

Basic Concepts
Basic Concepts
Basic Classes
Basic Limitation
Basic Limitation
List of Topics
List of Topics
   
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
Basic Limitation
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