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:
- PLC i TIA Portal. Kurs video. Techniki programowania SIMATIC S7-1200 200,00 zł, (10,00 zł -95%)
- Google Cloud. Kurs video. Zostań administratorem systemów IT 142,86 zł, (10,00 zł -93%)
- Instalacja i konfiguracja baz danych. Kurs video. Przygotowanie do egzaminu 70-765 Provisioning SQL Databases 285,57 zł, (19,99 zł -93%)
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Excel w HR. Kurs video. Od teorii do praktyki 222,11 zł, (19,99 zł -91%)
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