Descriere YEO:
Pe YEO găsești C# Brain Teasers: Exercise Your de la Steve Love, în categoria Computers.
Indiferent de nevoile tale, C# Brain Teasers: Exercise Your Mind - Steve Love din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 260.47 Lei
Caracteristicile produsului C# Brain Teasers: Exercise Your
- Brand: Steve Love
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 18-09-2025 01:36:55
Comandă C# Brain Teasers: Exercise Your Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda C# Brain Teasers: Exercise Your de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
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.