Multithreading with C# Cookbook. Quick answers to common problems - Second Edition - Helion
Tytuł oryginału: Multithreading with C# Cookbook. Quick answers to common problems - Second Edition
ISBN: 9781785884009
stron: 264, Format: ebook
Data wydania: 2016-04-21
Księgarnia: Helion
Cena książki: 159,00 zł
Multi-core processors are synonymous with computing speed and power in today’s world, which is why multithreading has become a key concern for C# developers. Multithreaded code helps you create effective, scalable, and responsive applications.
This is an easy-to-follow guide that will show you difficult programming problems in context. You will learn how to solve them with practical, hands-on, recipes. With these recipes, you’ll be able to start creating your own scalable and reliable multithreaded applications. Starting from learning what a thread is, we guide you through the basics and then move on to more advanced concepts such as task parallel libraries, C# asynchronous functions, and much more.
Rewritten to the latest C# specification, C# 6, and updated with new and modern recipes to help you make the most of the hardware you have available, this book will help you push the boundaries of what you thought possible in C#.
Osoby które kupowały "Multithreading with C# Cookbook. Quick answers to common problems - Second Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Multithreading with C# Cookbook. Quick answers to common problems - Second Edition eBook -- spis treści
- 1. Threading Basics
- 2. Thread Synchronization
- 3. Using a Thread Pool
- 4. Using Task Parallel Library
- 5. Using C# 6.0
- 6. Using Concurrent Collections
- 7. Using PLINQ
- 8. Reactive Extensions
- 9. Using Asynchronous I/O
- 10. Parallel Programming Patterns
- 11. There's More