Sign up to save your library
With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.
Find this title in Libby, the library reading app by OverDrive.

Search for a digital library with this title
Title found at these libraries:
Library Name | Distance |
---|---|
Loading... |
Although C#'s designers have ensured that new features play nicely with long-standing mechanisms, C#'s complexity means it has many dark corners to explore. This book shines a light into a few of those places to help you write better C# programs and more deeply understand how to use its features safely and to your advantage.
The puzzles in C# Brain Teasers cover a broad section of C# features. You'll work from common issues associated with loops, methods, and numbers, through more complex concepts such as exceptions and object lifetime. You'll see some more advanced topics such as the intricacies of type conversions, object construction and initialization, and pattern matching. Along the way we'll investigate some of the hazards associated with asynchronous methods, the 'Dispose' method for explicit lifetime management, primary constructors, and more. At each step you'll learn to identify problems and ways to avoid them.
C# Brain Teasers is not just a show-and-tell. Each puzzle spotlights a real-world problem that you'll be able to recognize in your own programs, and learn how to fix or avoid it.