Book description
Learn everything you need to know about performance-oriented programming for the .NET Framework
- 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
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.
What You Will Learn
- Understand the significance of high performance in applications
- Identify different performance concerns for all the mainly used architectures and designs
- Acquaint yourself with the commonly used MVC and MVVM patterns
- Understand the fundamentals of CLR
- Learn more about Task Parallel Library and concepts such as Thread Pool Tuning and parameter injection
- Use PLINQ programming to achieve parallelism
- Design Big Data solutions for handling datasets optimally
- Choose high-performance querying strategies to retrieve and manipulate data
- Execute tests on applications for performance analysis
Table of contents
-
Learning .NET High-performance Programming
- Table of Contents
- Learning .NET High-performance Programming
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Preface
- 1. Performance Thoughts
-
2. Architecting High-performance .NET Code
- Software architecture
- Performance concerns about architecture
- Object-oriented design principles
- Common designs and architectures
- Architecture comparison
- Common platform architectures
- Performance considerations
- Summary
- 3. CLR Internals
- 4. Asynchronous Programming
- 5. Programming for Parallelism
- 6. Programming for Math and Engineering
- 7. Database Querying
- 8. Programming for Big Data
- 9. Analyzing Code Performance
- Index
Product information
- Title: Learning .NET High-performance Programming
- Author(s):
- Release date: June 2015
- Publisher(s): Packt Publishing
- ISBN: 9781785288463
You might also like
book
VB .NET Language in a Nutshell
The extensive changes to Visual Basic and the newness of the .NET platform call for a …
book
Hands-On Parallel Programming with C# 8 and .NET Core 3
Enhance your enterprise application development skills by mastering parallel programming techniques in .NET and C# Key …
book
Pro Asynchronous Programming with .NET
Pro Asynchronous Programming with .NET teaches the essential skill of asynchronous programming in .NET. It answers …
book
C# 4.0 How-To
Real Solutions for C# 4.0 Programmers Need fast, robust, efficient code solutions for Microsoft C# 4.0? …