Treffer: Multithreading in C# 5.0 Cookbook : Multithreaded Programming Can Seem Overwhelming but This Book Clarifies Everything Through Its Cookbook Approach. Packed with Practical Tasks, It's the Quick and Easy Way to Start Delving Deep Into the Power of Multithreading in C#.
Weitere Informationen
Key FeaturesDelve deep into the.NET threading infrastructure and use Task Parallel Library for asynchronous programmingScale out your server applications effectivelyMaster C# 5.0 asynchronous operations language supportBook DescriptionIn an age when computer processors are being developed to contain more and more cores, multithreading is a key factor for creating scalable, effective, and responsive applications. If you fail to do it correctly, it can lead to puzzling problems that take a huge amount of time to resolve. Therefore, having a solid understanding of multithreading is a must for the modern application developer. Multithreading in C# 5.0 Cookbook is an easy-to-understand guide to the most puzzling programming problems. This book will guide you through practical examples dedicated to various aspects of multithreading in C# on Windows and will give you a good basis of practical knowledge which you can then use to program your own scalable and reliable multithreaded applications. This book guides you through asynchronous and parallel programming from basic examples to practical, real-world solutions to complex problems. You will start from the very beginning, learning what a thread is, and then proceed to learn new concepts based on the information you get from the previous examples. After describing the basics of threading, you will be able to grasp more advanced concepts like Task Parallel Library and C# asynchronous functions. Then, we move towards parallel programming, starting with basic data structures and gradually progressing to the more advanced patterns. The book concludes with a discussion of the specifics of Windows 8 application programming, giving you a complete understanding of how Windows 8 applications are different and how to program asynchronous applications for Windows 8.What you will learnWork with raw threads, synchronize threads, and coordinate their workWork effectively with a thread poolDevelop your own asynchronous API with Task Parallel LibraryUse C# 5.0 asynchronous language featuresScale up your server application with I/O threadsParallelize your LINQ queries with PLINQUse common concurrent collectionsApply different parallel programming patternsWork with Windows 8 asynchronous APIsUse Reactive Extensions to run asynchronous operations and manage their optionsWho this book is forIf you are a developer or new to multithreaded programming and you are looking for a quick and easy way to get started, then this book is for you. It is assumed that you have some experience in C# and.NET already, and you should also be familiar with computer science and basic algorithms and data structure