C# Brain Teasers

Exercise Your Mind

by: Steve Love

Published 2025-03-20
Internal code csharpbt
Print status In Print
Pages 142
User level
Keywords C#, exercises, puzzle, quiz, self test
Related titles

Other titles in the Brain Teasers series

ISBN 9798888651353
Other ISBN
BISACs COM051310
GAM008000
GAM008000

Highlight

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.

Description

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.

Contents and Extracts