Home
:
Book details
:
Book description
Description of
Software Architecture with C# 12 and .NET 8: Build enterprise applications using microservices, DevOps, EF Core, and design patterns for Azure, 4th Edition
1805127659 pdf,epub A book for the aspiring .NET software architect – design scalable and high-performance enterprise solutions using the latest features of C# 12 and .NET 8 Purchase of the print or Kindle book includes a free PDF eBook Key Features Create fully modular apps using proven techniques to overcome architectural challenges Solve scalability problems in web apps using enterprise architecture patterns Master new developments in .NET with the help of a case study Book Description Software architecture becomes important as your applications grow in size and complexity. Software Architecture with C# 12 and .NET 8 puts high-level design theory to work in a .NET context, teaching you the key skills, concepts, and best practices required to become an effective .NET software architect. This fourth edition puts new emphasis on a case study that will bring your skills to life. You’ll discover how to choose between different architectures and technologies at each level of the stack. You’ll take an even closer look at Blazor and explore OpenTelemetry for observability, as well as a free alternative to Kubernetes. Divided in three parts, this book starts with the fundamentals of software architecture, covering C# best practices, software domains, design patterns, DevOps principles, and more. The second part focuses on the technologies, from choosing data storage in the cloud to implementing frontend microservices and working with Serverless. You’ll learn about the main communication technologies used in microservices, such as REST API, gRPC, Azure Service Bus, and RabbitMQ. The final part takes you through a real-world case study where you’ll create software architecture for a travel agency. By the end of this book, you will be able to transform user requirements into architectural needs and deliver highly scalable enterprise-ready apps. What you will learn Program and maintain Azure DevOps and explore GitHub Projects Apply architectural approaches such as layered architecture Make effective choices between cloud-based and data storage solutions Use tools such as containers to manage microservices effectively Understand when it is best to use test-driven development (TDD) Implement frontend microservices, worker microservices, and distributed transactions Get a handle on DevOps principles to enable CI/CD environments Who This Book Is For This book is for engineers and senior software developers aspiring to become architects or looking to build enterprise applications with the .NET stack. Basic familiarity with C# and .NET is required to get the most out of this book. Table of Contents Understanding the Importance of Software Architecture Non-Functional Requirements Documenting Requirements Best Practices in Coding C# 12 Implementing Code Reusability in C# 12 Design Patterns and .NET 8 Implementation Understanding the Different Domains in Software Solutions Understanding DevOps Principles and CI/CD Testing Your Enterprise Application Deciding on the Best Cloud-Based Solution Applying a Microservice Architecture to Your Enterprise Application How to Choose Your Data Storage in the Cloud Interacting with Data in C# - Entity Framework Core Kubernetes Implementing Microservices with .NET Applying Service-Oriented Architectures with .NET Working with Serverless Presenting ASP.NET Core Implementing Frontend Microservices with ASP.NET Core Client Frameworks: Blazor Case Study