StringBuilder Internals

Go to class
Write Review

Free Online Course: StringBuilder Internals provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. StringBuilder Internals is taught by Robert Horvick.

Overview
  • StringBuilders are a great way to improve the performance of many applications.. This course will teach you how to use StringBuilders effectively to improve program performance while avoiding some of the issues commonly encountered when using them.

    Correctly using StringBuilders can be more complex than it initially seems. In this course, StringBuilder Internals, you’ll learn to identify the correct times, and ways, to use StringBuilders as well as when not to. First, you’ll explore the most common usage patterns and what is happening behind the scenes. Next, you’ll discover different ways StringBuilders can be manipulated and how those actions can impact performance. Finally, you’ll learn how to identify the appropriate times to use, or not use, a StringBuilder and the best practices to keep in mind. When you’re finished with this course, you’ll have the skills and knowledge of StringBuilder internals needed to create more efficient applications.