C# Brain Teasers (PragProg)

Test your C# knowledge and expand your understanding of the language with 25 common and not-so-common puzzles.

csharpbt-500

Steve Love @stevelove

edited by Adaobi Obi Tulton @aotulton

C# is a deceptively easy language to learn, but you’ll soon discover that its underlying complexity conceals many pitfalls for the unwary programmer. C# Brain Teasers exposes some of those perils in the form of puzzles to test and expand your knowledge of C#, and shows how to avoid or defeat them using simple and modern techniques. Whether you’re fairly new to C# or an experienced veteran, this book is sure to improve your understanding of C#, and boost your productivity.

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.


Steve Love is an author and professional programmer who has been using C# since it was first introduced in 2002. He is a regular speaker at technical conferences, and the editor of C Vu magazine, the journal of the ACCU.


Don’t forget you can get 35% off with your Devtalk discount! Just use the coupon code “devtalk.com" at checkout :+1:

1 Like