
High-Performance Programming in C# and .NET
Understand the nuts and bolts of developing robust, faster, and resilient applications in C# 10.0 and .NET 6
Jason Alls(Author)
Packt Publishing
Published on 29. July 2022
Book
Paperback/Softback
660 pages
978-1-80056-471-8 (ISBN)
Description
Enhance your applications' performance using best practices for benchmarking, application profiling, asynchronous programming, designing responsive UIs, gRPC communication, and distributed applications
Key Features
Make the best use of performance enhancements in C# 10.0 and .NET 6
Boost application performance by identifying hardware bottlenecks and common performance pitfalls
Get to grips with best practices and techniques for improving the scalability of distributed systems
Book DescriptionWriting high-performance code while building an application is crucial, and over the years, Microsoft has focused on delivering various performance-related improvements within the .NET ecosystem. This book will help you understand the aspects involved in designing responsive, resilient, and high-performance applications with the new version of C# and .NET.
You will start by understanding the foundation of high-performance code and the latest performance-related improvements in C# 10.0 and .NET 6. Next, you'll learn how to use tracing and diagnostics to track down performance issues and the cause of memory leaks. The chapters that follow then show you how to enhance the performance of your networked applications and various ways to improve directory tasks, file tasks, and more. Later, you'll go on to improve data querying performance and write responsive user interfaces. You'll also discover how you can use cloud providers such as Microsoft Azure to build scalable distributed solutions. Finally, you'll explore various ways to process code synchronously, asynchronously, and in parallel to reduce the time it takes to process a series of tasks.
By the end of this C# programming book, you'll have the confidence you need to build highly resilient, high-performance applications that meet your customer's demands.
What you will learn
Use correct types and collections to enhance application performance
Profile, benchmark, and identify performance issues with the codebase
Explore how to best perform queries on LINQ to improve an application's performance
Effectively utilize a number of CPUs and cores through asynchronous programming
Build responsive user interfaces with WinForms, WPF, MAUI, and WinUI
Benchmark ADO.NET, Entity Framework Core, and Dapper for data access
Implement CQRS and event sourcing and build and deploy microservices
Who this book is forThis book is for software engineers, professional software developers, performance engineers, and application profilers looking to improve the speed of their code or take their skills to the next level to gain a competitive advantage. You should be a proficient C# programmer who can already put the language to good use and is also comfortable using Microsoft Visual Studio 2022.
Key Features
Make the best use of performance enhancements in C# 10.0 and .NET 6
Boost application performance by identifying hardware bottlenecks and common performance pitfalls
Get to grips with best practices and techniques for improving the scalability of distributed systems
Book DescriptionWriting high-performance code while building an application is crucial, and over the years, Microsoft has focused on delivering various performance-related improvements within the .NET ecosystem. This book will help you understand the aspects involved in designing responsive, resilient, and high-performance applications with the new version of C# and .NET.
You will start by understanding the foundation of high-performance code and the latest performance-related improvements in C# 10.0 and .NET 6. Next, you'll learn how to use tracing and diagnostics to track down performance issues and the cause of memory leaks. The chapters that follow then show you how to enhance the performance of your networked applications and various ways to improve directory tasks, file tasks, and more. Later, you'll go on to improve data querying performance and write responsive user interfaces. You'll also discover how you can use cloud providers such as Microsoft Azure to build scalable distributed solutions. Finally, you'll explore various ways to process code synchronously, asynchronously, and in parallel to reduce the time it takes to process a series of tasks.
By the end of this C# programming book, you'll have the confidence you need to build highly resilient, high-performance applications that meet your customer's demands.
What you will learn
Use correct types and collections to enhance application performance
Profile, benchmark, and identify performance issues with the codebase
Explore how to best perform queries on LINQ to improve an application's performance
Effectively utilize a number of CPUs and cores through asynchronous programming
Build responsive user interfaces with WinForms, WPF, MAUI, and WinUI
Benchmark ADO.NET, Entity Framework Core, and Dapper for data access
Implement CQRS and event sourcing and build and deploy microservices
Who this book is forThis book is for software engineers, professional software developers, performance engineers, and application profilers looking to improve the speed of their code or take their skills to the next level to gain a competitive advantage. You should be a proficient C# programmer who can already put the language to good use and is also comfortable using Microsoft Visual Studio 2022.
More details
Language
English
Place of publication
Birmingham
United Kingdom
Target group
Professional and scholarly
Dimensions
Height: 235 mm
Width: 191 mm
Thickness: 35 mm
Weight
1212 gr
ISBN-13
978-1-80056-471-8 (9781800564718)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
Additional editions

Jason Alls
High-Performance Programming in C# and .NET
Understand the nuts and bolts of developing robust, faster, and resilient applications in C# 10.0 and .NET 6
E-Book
06/2024
1st Edition
Packt Publishing Limited
from
€37.19
Available for download
Person
Jason Alls is the author of Clean Code in C# and has been programming for over 21 years. Working with an Australasian company, he started his career developing call center management reporting software used by global clients including telecom providers, banks, airlines, and the police. He then moved on to develop GIS marketing applications and worked in the banking sector performing data migrations between Oracle and SQL Server. Certified as an MCAD in C# since 2005, he has been involved in the development of various desktop, web, and mobile applications. Currently employed by a globally recognized leader in the educational software sector, he develops and supports dyslexia testing and assessment software written in Azure, ASP.NET, Angular, and C#.
Content
Table of Contents
Introducing C# 10.0 and .NET 6
Implementing C# Interoperability
Predefined Data Types and Memory Allocations
Memory Management
Application Profiling and Tracing
The .NET Collections
LINQ Performance
File and Stream I/O
Enhancing the Performance of Networked Applications
Setting Up Our Database Project
Benchmarking Relational Data Access Frameworks
Responsive User Interfaces
Distributed Systems
Multi-Threaded Programming
Parallel Programming
Asynchronous Programming
Introducing C# 10.0 and .NET 6
Implementing C# Interoperability
Predefined Data Types and Memory Allocations
Memory Management
Application Profiling and Tracing
The .NET Collections
LINQ Performance
File and Stream I/O
Enhancing the Performance of Networked Applications
Setting Up Our Database Project
Benchmarking Relational Data Access Frameworks
Responsive User Interfaces
Distributed Systems
Multi-Threaded Programming
Parallel Programming
Asynchronous Programming