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.
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
No comments:
Post a Comment