5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Certifications     Microsoft     Microsoft Certified Solutions Associate (MCSA): Universal Windows Platform     70-483: Programming in C# (Update)

Discover how to work with Automated Memory Management, manage the Object Life Cycle and String operations.



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