Async in C# 5.0
Autor Alex Daviesen Limba Engleză Paperback – 20 sep 2012
Preț: 85.87 lei
Preț vechi: 107.34 lei
-20% Nou
Puncte Express: 129
Preț estimativ în valută:
16.43€ • 17.12$ • 13.66£
16.43€ • 17.12$ • 13.66£
Carte tipărită la comandă
Livrare economică 10-24 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781449337162
ISBN-10: 1449337163
Pagini: 106
Ilustrații: Illustrations
Dimensiuni: 177 x 232 x 11 mm
Greutate: 0.19 kg
Editura: O'Reilly
ISBN-10: 1449337163
Pagini: 106
Ilustrații: Illustrations
Dimensiuni: 177 x 232 x 11 mm
Greutate: 0.19 kg
Editura: O'Reilly
Cuprins
- Preface
- Chapter 1: Introduction
- Chapter 2: Why Programs Need to Be Asynchronous
- Chapter 3: Writing Asynchronous Code Manually
- Chapter 4: Writing Async Methods
- Chapter 5: What await Actually Does
- Chapter 6: The Task-Based Asynchronous Pattern
- Chapter 7: Utilities for Async Code
- Chapter 8: Which Thread Runs My Code?
- Chapter 9: Exceptions in Async Code
- Chapter 10: Parallelism Using Async
- Chapter 11: Unit Testing Async Code
- Chapter 12: Async in ASP.NET Applications
- Chapter 13: Async in WinRT Applications
- Chapter 14: The Async Compiler Transform-in Depth
- Chapter 15: The Performance of Async Code