C# Brain Teasers: Exercise Your Mind (Pragmatic Programmers)
Author:Steve Love (Author)
ASIN: B0DXP2H27W
Publisher finelybook 出版社: Pragmatic Bookshelf
Publication Date 出版日期: 2025-05-06
Edition 版本: 1st
Language 语言: English
Print Length 页数: 120 pages
ISBN-13: 9798888651353
Best Sellers Rank: #776,223 in Books (See Top 100 in Books)
- #103 in C# Programming (Books)
- #487 in Quizzes (Books)
- #527 in Computer Programming Languages
Book Description
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.