Dieses Angebot wurde vom Verkäufer am So, 14. Sep um 11:26 beendet, da der Artikel nicht mehr verfügbar ist.
C# Parallelität: Asynchrone und Multithread-Programmierung von Nir Dobovizki Hard
Beendet
C# Parallelität: Asynchrone und Multithread-Programmierung von Nir Dobovizki Hard
US $83,66US $83,66
So, 14. Sep, 11:26So, 14. Sep, 11:26

C# Parallelität: Asynchrone und Multithread-Programmierung von Nir Dobovizki Hard-

Ursprünglicher Text
C# Concurrency: Asynchronous and Multithreaded Programming by Nir Dobovizki Hard
grandeagleretail
(950231)
Angemeldet als gewerblicher Verkäufer
US $83,66
Ca.EUR 71,30
Artikelzustand:
Neu
3 verfügbar
    Versand:
    Kostenlos Economy Shipping.
    Standort: Fairfield, Ohio, USA
    Lieferung:
    Lieferung zwischen Do, 18. Sep und Mi, 24. Sep nach 94104 bei heutigem Zahlungseingang
    Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
    Rücknahme:
    30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
    Zahlungen:
       Diners Club 

    Sicher einkaufen

    eBay-Käuferschutz
    Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

    • Gratis Rückversand im Inland
    • Punkte für jeden Kauf und Verkauf
    • Exklusive Plus-Deals
    Der Verkäufer ist für dieses Angebot verantwortlich.
    eBay-Artikelnr.:365732058939
    Zuletzt aktualisiert am 23. Aug. 2025 11:12:41 MESZAlle Änderungen ansehenAlle Änderungen ansehen

    Artikelmerkmale

    Artikelzustand
    Neu: Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte ...
    ISBN-13
    9781633438651
    Book Title
    C# Concurrency
    ISBN
    9781633438651
    Kategorie

    Über dieses Produkt

    Product Identifiers

    Publisher
    Manning Publications Co. LLC
    ISBN-10
    1633438651
    ISBN-13
    9781633438651
    eBay Product ID (ePID)
    28071636999

    Product Key Features

    Number of Pages
    248 Pages
    Language
    English
    Publication Name
    C# Concurrency
    Publication Year
    2025
    Subject
    Programming Languages / C#, Programming / Parallel, General, Programming / Macintosh
    Type
    Textbook
    Subject Area
    Mathematics, Computers
    Author
    Nir Dobovizki
    Format
    Hardcover

    Dimensions

    Item Height
    0.6 in
    Item Weight
    16 Oz
    Item Length
    9.3 in
    Item Width
    7.4 in

    Additional Product Features

    LCCN
    2025-388477
    Dewey Edition
    23
    Illustrated
    Yes
    Dewey Decimal
    005.133
    Synopsis
    Supercharge your applications with the ultimate guide to asynchronous and multithreaded programming in C#! In C# Concurrency: Asynchronous and Multithreaded Programming you'll learn how to: Take full advantage of async/await Write bug-free multithreaded code every time Create multithreaded code that delivers real performance improvements Grok C# and .NET multithreading and asynchronous primitives Know when to use concurrency techniques--and when not to use them! C# Concurrency: Asynchronous and Multithreaded Programming teaches you to harness the power of multithreading and async/await to get maximum speed from your code. Nir Dobovizki, a seasoned C# veteran with over 30 years of high-performance programming experience, is here to share his deep knowledge and expert techniques with you. Say goodbye to frustrating pitfalls and impossible-to-find bugs that slow down your applications. Nir's careful approach will teach you how to navigate these challenges with ease, allowing you to achieve lightning-fast performance like never before! About the technology: Concurrency is a developers' secret weapon for maximizing an application's performance. Using asynchronous and multithreaded programming techniques, you can seamlessly execute multiple tasks simultaneously, without sacrificing speed or quality. However, concurrency is notoriously challenging to implement correctly due to the potential for race conditions, deadlocks, and other synchronization issues, and even an experienced developer can make mistakes that undermine their code's speed and introduce bugs that take forever to find., Supercharge your applications with the ultimate guide to asynchronous and multithreaded programming in C#!, Supercharge your applications with the ultimate guide to asynchronous and multithreaded programming in C#! C# Concurrency teaches you how to write effective multithreaded and asynchronous software in C#. Practical techniques, real-world examples, and useful code samples cut through the confusion around async/await and help you write rapid, reliable, and bug-free code. In C# Concurrency: Asynchronous and Multithreaded Programming you'll learn how to: - Take full advantage of async/await - Write bug-free multithreaded code every time - Create multithreaded code that delivers real performance improvements - Grok C# and .NET multithreading and asynchronous primitives - Know when to use concurrency techniques--and when not to use them! In C# Concurrency Nir Dobovizki , a seasoned C# veteran with over 30 years of high-performance programming experience, shares his deep knowledge and expert techniques. Say goodbye to frustrating pitfalls and impossible-to-find bugs that slow down your applications. Nir's careful approach will teach you how to navigate these challenges with ease, allowing you to achieve lightning-fast performance like never before! Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications. About the technology Asynchronous and multithreaded programs can perform multiple tasks simultaneously without losing speed or reliability. But getting concurrency right can challenge even experienced developers. This practical book teaches you to deliver concurrent C# apps that are lighting fast and free of the deadlocks and other synchronization issues that undermine performance and take forever to find. About the book C# Concurrency equips programmers with a comprehensive understanding of multithreading and asynchronous programming, focusing on the practical use of the C# async-await feature to simplify asynchronous tasks. It teaches how to avoid common pitfalls, addresses classic multithreading issues like deadlocks and race conditions, and advanced topics such as controlling thread of execution and using thread-safe collections. What's inside - .NET multithreading and asynchronous primitives - When to use concurrency techniques--and when not to! - Confidently use async/await About the reader For experienced C# programmers. No knowledge of asynchro- nous programming required. About the author Nir Dobovizki is a senior software architect and consultant who has worked on concurrent and asynchronous systems since the late 90s. Table of Contents 1 Asynchronous programming and multithreading 2 The compiler rewrites your code 3 The async and await keywords 4 Multithreading basics 5 async/await and multithreading 6 When to use async/await 7 Classic multithreading pitfalls and how to avoid them Part 2 8 Processing a sequence of items in the background 9 Canceling background tasks 10 Await your own events 11 Controlling on which thread your asynchronous code runs 12 Exceptions and async/await 13 Thread-safe collections 14 Generating collections asynchronously/await foreach and IAsyncEnumerable
    LC Classification Number
    QA76.73.C154D535

    Artikelbeschreibung des Verkäufers

    Rechtliche Informationen des Verkäufers

    Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
    Info zu diesem Verkäufer

    grandeagleretail

    98,3% positive Bewertungen2,8 Mio. Artikel verkauft

    Mitglied seit Sep 2010
    Antwortet meist innerhalb 12 Stunden
    Angemeldet als gewerblicher Verkäufer
    Grand Eagle Retail is your online bookstore. We offer Great books, Great prices and Great service.
    Shop besuchenKontakt

    Detaillierte Verkäuferbewertungen

    Durchschnitt in den letzten 12 Monaten
    Genaue Beschreibung
    4.9
    Angemessene Versandkosten
    5.0
    Lieferzeit
    5.0
    Kommunikation
    4.9

    Verkäuferbewertungen (1.059.047)

    Alle Bewertungen
    Positiv
    Neutral
    Negativ
    • c***a (121)- Bewertung vom Käufer.
      Letzte 6 Monate
      Bestätigter Kauf
      The seller was very responsive and answered me on a timely matter. The product itself came in its packaging and was new, not used at all. The packaging was not beat up or anything, safely delivered to my mailbox. No mix ups and zero stress with delivery. The price for the product is completely understandable for the product. I really appreciate the seller and I am very happy to have purchased through this seller. Completely trustable!
    • m***4 (1609)- Bewertung vom Käufer.
      Letzter Monat
      Bestätigter Kauf
      Leaving positive feedback because 1) item was packed well & arrived as described 2) seller did give partial refund when subsequent price dropped below org purchase price. 3) communication was quick However, there was a downside to this transaction -item listed as in-stock but ended up waiting nearly a month for them to get it from their distributer then ship it to me (bought June 29th, arrived around July 21). Auction said 12-15 days. Better clarity would have prevented lot of frustration
    • w***i (880)- Bewertung vom Käufer.
      Letzte 6 Monate
      Bestätigter Kauf
      Absolutely Wonderful Seller!! Terrific Item As Described!!! Great Service and Communication!! Shipped In Waterproof Packaging!! I Received Item In About One Week!! Very Pleased With Seller! I Will Buy From This Seller Again!!