文件名称:Learning.NET.High.Performance.Programming
文件大小:5.53MB
文件格式:PDF
更新时间:2018-07-28 08:30:54
.NET Performance Programming
Learn everything you need to know about performance-oriented programming for the .NET Framework About This Book Understand the term "performance" and its significance in designing applications Dive deep into the internals of CLR, from memory management to the thread lifecycle A step-by-step guide with a special focus on designing performance-oriented solutions to handle large datasets Who This Book Is For If you are a .NET developer with an understanding of application development, but want to learn how to optimize the performance of your applications, this is the book for you. Basic knowledge of C# is expected. In Detail This book will help you understand what "programming for performance" means, and use effective coding patterns and techniques to optimize your .NET applications. You will begin by understanding what "high performance coding" means, and the different performance concerns. You will see how CLR works and get an understanding of concepts such as memory management, garbage collection, and thread life cycles. You will proceed to learn about the theoretical and practical concepts of PLINQ programming. You will also see what Big Data is, and how to architect a Big Data solution to manipulate large datasets. Finally, you will learn how to launch and analyze a profile session and execute tests against a code block or application for performance analysis. By the end of this book, you will have a complete understanding of efficient programming using high-performance techniques, and will able to write highly optimized applications. Table of Contents Chapter 1. Performance Thoughts Chapter 2. Architecting High-performance .NET Code Chapter 3. CLR Internals Chapter 4. Asynchronous Programming Chapter 5. Programming for Parallelism Chapter 6. Programming for Math and Engineering Chapter 7. Database Querying Chapter 8. Programming for Big Data Chapter 9. Analyzing Code Performance