Pro Asynchronous Programming with .NET 1st Edition 35074

Код товару: 35074Паперова книга

Pro Asynchronous Programming with .NET teaches the essential skill of asynchronous programming in .NET. It answers critical questions in .NET application development, such as: how do I keep my program responding at all times to keep my users happy? how do I make the most of the available hardware? how can I improve performance?

In the modern world, users expect more and more from their applications and devices, and multi-core hardware has the potential to provide it. But it takes carefully crafted code to turn that potential into responsive, scalable applications.

With Pro Asynchronous Programming with .NET you will:

  • Meet the underlying model for asynchrony on Windows—threads.
  • Learn how to perform long blocking operations away from your UI thread to keep your UI responsive, then weave the results back in as seamlessly as possible.
  • Master the async/await model of asynchrony in .NET, which makes asynchronous programming simpler and more achievable than ever before.
  • Solve common problems in parallel programming with modern async techniques.
  • Get under the hood of your asynchronous code with debugging techniques and insights from Visual Studio and beyond.
In the past asynchronous programming was seen as an advanced skill. It’s now a must for all modern developers.Pro Asynchronous Programming with .NET is your practical guide to using this important programming skill anywhere on the .NET platform.

What you’ll learn

  • How threads make asynchrony possible in .NET
  • The costs and benefits of different synchronization primitives
  • How to make the most of the async and await keywords for easier management of asynchronous operations
  • How to use an asynchronous model to scale processing across multiple cores
  • The different demands of IO and CPU bound processing
  • Debugging multithreaded code effectively

Who this book is for

Pro Asynchronous Programming with .NET is for the .NET developer who wants to get more out of the platform. It’s for the UI developer who finds their applications feel unresponsive. It’s for the server-side developer who is struggling to scale their systems. It’s for the developer who is being given more data to process and less time to do it in. Pro Asynchronous Programming with .NET is for people who want to solve problems but also understand how and why the solutions work.

Table of Contents

Chapter 1: Introduction to Asynchronous Programming

Chapter 2: The Evolution of the .NET Asynchronous API

Chapter 3: Tasks

Chapter 4: Basic Thread Safety

Chapter 5: Concurrent Data Structures and Primitives

Chapter 6: Fast and Fluid: Building a Responsive UI

Chapter 7: Async the .NET 4.5 Way – async and await

Chapter 8: Everything is a Task

Chapter 9: Server-side Async

Chapter 10: Parallel Programming

Chapter 11: Data Flow Constructs

Chapter 12: Task scheduling

Chapter 13: Debugging Async with Visual Studio

Chapter 14: Debugging Async Beyond Visual Studio

590 ₴
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Pro Asynchronous Programming with .NET 1st Edition - фото 1
Інші книги Apress
Windows Forensics: Understand Analysis Techniques for Your Windows First Edition
306388
Chuck EasttomWilliam ButlerJessica PhelanRamya Sai BhagavatulaSean SteuberKarely RodriguezVictoria Indy BalkissoonZehra Naseer
2'200 ₴
Cloud Native Architecture and Design. 1st Ed.
244671
Shivakumar R Goniwada
2'000 ₴
Software Development, Design, and Coding: With Patterns, Debugging, Unit Testing, and Refactoring Third Edition
282447
John F. DooleyVera A. Kazakova
1'800 ₴
Modern Django Web Development: With Channels, DRF, GraphQL, and React First Edition
310260
Malhar Lathkar
1'600 ₴
Numerical Python: Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib Third Edition
295069
Robert Johansson
2'100 ₴
Introduction to Blender 3.0. Learn Organic and Architectural Modeling, Lighting, Materials, Painting, Rendering, and Compositing with Blender. 1st Ed.
244687
Gianpiero Moioli
1'800 ₴
Software Development with Go
252313
Nanik Tolaram
1'300 ₴

Характеристики

  • Бренд
  • Автор
  • Категорія
    Програмування
  • Рік
    2013
  • Сторінок
    328
  • Обкладинка
    Тверда
  • Мова
    Англійська

Від видавця

Pro Asynchronous Programming with .NET teaches the essential skill of asynchronous programming in .NET. It answers critical questions in .NET application development, such as: how do I keep my program responding at all times to keep my users happy? how do I make the most of the available hardware? how can I improve performance?

In the modern world, users expect more and more from their applications and devices, and multi-core hardware has the potential to provide it. But it takes carefully crafted code to turn that potential into responsive, scalable applications.

With Pro Asynchronous Programming with .NET you will:

  • Meet the underlying model for asynchrony on Windows—threads.
  • Learn how to perform long blocking operations away from your UI thread to keep your UI responsive, then weave the results back in as seamlessly as possible.
  • Master the async/await model of asynchrony in .NET, which makes asynchronous programming simpler and more achievable than ever before.
  • Solve common problems in parallel programming with modern async techniques.
  • Get under the hood of your asynchronous code with debugging techniques and insights from Visual Studio and beyond.
In the past asynchronous programming was seen as an advanced skill. It’s now a must for all modern developers.Pro Asynchronous Programming with .NET is your practical guide to using this important programming skill anywhere on the .NET platform.

What you’ll learn

  • How threads make asynchrony possible in .NET
  • The costs and benefits of different synchronization primitives
  • How to make the most of the async and await keywords for easier management of asynchronous operations
  • How to use an asynchronous model to scale processing across multiple cores
  • The different demands of IO and CPU bound processing
  • Debugging multithreaded code effectively

Who this book is for

Pro Asynchronous Programming with .NET is for the .NET developer who wants to get more out of the platform. It’s for the UI developer who finds their applications feel unresponsive. It’s for the server-side developer who is struggling to scale their systems. It’s for the developer who is being given more data to process and less time to do it in. Pro Asynchronous Programming with .NET is for people who want to solve problems but also understand how and why the solutions work.

Table of Contents

Chapter 1: Introduction to Asynchronous Programming

Chapter 2: The Evolution of the .NET Asynchronous API

Chapter 3: Tasks

Chapter 4: Basic Thread Safety

Chapter 5: Concurrent Data Structures and Primitives

Chapter 6: Fast and Fluid: Building a Responsive UI

Chapter 7: Async the .NET 4.5 Way – async and await

Chapter 8: Everything is a Task

Chapter 9: Server-side Async

Chapter 10: Parallel Programming

Chapter 11: Data Flow Constructs

Chapter 12: Task scheduling

Chapter 13: Debugging Async with Visual Studio

Chapter 14: Debugging Async Beyond Visual Studio

Зміст

 

Відгуки про Pro Asynchronous Programming with .NET 1st Edition

Pro Asynchronous Programming with .NET 1st Edition
Pro Asynchronous Programming with .NET 1st Edition
590 ₴
Персонально для вас
CLR via C# (Developer Reference)
12732
5/1
Jeffrey Richter
790 ₴
Programming WCF Services: Design and Build Maintainable Service-Oriented Systems
39627
Juval LowyMichael Montgomery
900 ₴
Framework Design Guidelines. Conventions, Idioms, and Patterns for Reuseable .NET Libraries
189727
Krzysztof CwalinaBrad Abrams
900 ₴
C# 11 and .NET 7. Modern Cross-Platform Development Fundamentals
243977
Mark J. Price
800 ₴1'000 ₴
Clean Architecture with .NET (Developer Reference) 1st Edition
275375
Dino Esposito
1'200 ₴
Pro .NET Memory Management: Code For Better Performance, and Scalability
123841
Konrad Kokosa
1'500 ₴
Software Architecture with C# 12 and .NET 8 - Fourth Edition: Build enterprise applications using microservices, DevOps, EF Core, and design patterns for Azure 4th ed. Edition
264470
Gabriel BaptistaFrancesco Abbruzzese
1'700 ₴
The Unit Testing Practice Cookbook: Bulletproof Unit Testing with .NET First Edition
306577
Anthony Giretti
1'800 ₴
Architecting ASP.NET Core Applications - Third Edition: An atypical design patterns guide for .NET 8, C# 12, and beyond 3rd ed. Edition
277861
Carl-Hugo MarcotteNick Cosentino
2'100 ₴
The Definitive Guide to Modern Java Clients with JavaFX: Cross-Platform Mobile and Cloud Development Updated for JavaFX 21 and 23 Third Edition
299735
Johan VosJames WeaverStephen Chin
2'400 ₴
Spring Boot 3 Recipes: A Problem-Solution Approach for Java Microservices and Cloud-Native Applications Second Edition
291308
Marten Deinum
1'600 ₴
Javа Puzzlers: Traps, Pitfalls, and Corner Cases
14437
Joshua Bloch, Neal Gafter
450 ₴
Effective Java (2nd Edition)
12822
Joshua Bloch
300 ₴
Introducing Elixir: Getting Started in Functional Programming 2nd Edition
67043
Simon St. Laurent
1'500 ₴
How JavaScript Works
89524
Douglas Crockford
2'100 ₴
Spring Boot 3 and Spring Framework 6 First Edition
263354
Christian Ullenboom
2'900 ₴
Algorithms in a Nutshell: A Practical Guide 2nd Edition
67062
George T. Heineman
2'415 ₴
Java 17 Recipes: A Problem-Solution Approach. 4th Ed.
244691
Josh Juneau, Luciano Manelli
1'700 ₴