Cantitate/Preț
Produs

Async in C# 5.0

Autor Alex Davies
en Limba Engleză Paperback – 20 sep 2012
This book is for experienced C# developers that need to get a quick yet in depth look at what the new feature async in C# 5.0 means for their current and future projects.
Citește tot Restrânge

Preț: 8587 lei

Preț vechi: 10734 lei
-20% Nou

Puncte Express: 129

Preț estimativ în valută:
1643 1712$ 1366£

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

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