Course Description
Discover how to work with Automated Memory Management, manage the Object Life Cycle and String operations.
Learning Objectives
Programming in C#: Memory Management and String Operations
- guide the behavior of the .NET Framework's garbage collector
- manage the unmanaged resources using Idisposable
- implement destructor
- demonstrate how to implement Using Block
- use the StringBuilder class to provide efficiencies when handling strings
- manipulate strings using StringReader and StringWriter
- use String methods
- search for characters in a string and use the String.Remove method
- use string interpolation
- format strings
- using the CultureInfo object to format dates and numbers defined by the string.Format method