Programming in C#: Memory Management and String Operations
Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level
Overview/Description
Discover how to work with Automated Memory Management, manage the Object Life Cycle and String operations.
Expected Duration (hours)
0.9
Lesson ObjectivesProgramming 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
Course Number:it_wdpgcs_08_enus
Expertise Level
Intermediate