Software Architecture with C# 10 and .NET 6 - Third Edition: Develop software solutions using microservices, DevOps, EF Core, and design patterns for

Baptista, Gabriel, Abbruzzese, Francesco

買這商品的人也買了...

商品描述

Key Features

  • Gain comprehensive software architecture knowledge and the skillset to create fully modular apps
  • Solve scalability problems in web apps using enterprise architecture patterns
  • Master new developments in front-end architecture and the application of AI for software architects

Book Description

Software architecture is the practice of implementing structures and systems that streamline the software development process and improve the quality of an app. This fully revised and expanded third edition, featuring the latest features of .NET 6 and C# 10, enables you to acquire the key skills, knowledge, and best practices required to become an effective software architect.

Software Architecture with C# 10 and .NET 6, Third Edition features new chapters that describe the importance of the software architect, microservices with ASP.NET Core, and analyzing the architectural aspects of the front-end in the applications, including the new approach of .NET MAUI. It also includes a new chapter focused on providing a short introduction to artificial intelligence and machine learning using ML.NET, and updated chapters on Azure Kubernetes Service, EF Core, and Blazor.

You will begin by understanding how to transform user requirements into architectural needs and exploring the differences between functional and non-functional requirements. Next, you will explore how to choose a cloud solution for your infrastructure, taking into account the factors that will help you manage a cloud-based app successfully. Finally, you will analyze and implement software design patterns that will allow you to solve common development problems.

By the end of this book, you will be able to build and deliver highly scalable enterprise-ready apps that meet your business requirements.

What you will learn

  • Use proven techniques to overcome real-world architectural challenges
  • Apply architectural approaches such as layered architecture
  • Leverage tools such as containers to manage microservices effectively
  • Get up to speed with Azure features for delivering global solutions
  • Program and maintain Azure Functions using C# 10
  • Understand when it is best to use test-driven development (TDD)
  • Implement microservices with ASP.NET Core in modern architectures
  • Enrich your application with Artificial Intelligence
  • Get the best of 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.

商品描述(中文翻譯)

主要特點


  • 獲得全面的軟體架構知識和創建完全模組化應用程式的技能

  • 使用企業架構模式解決網頁應用程式的可擴展性問題

  • 掌握前端架構的新發展和軟體架構師應用人工智慧的能力

書籍描述

軟體架構是實施結構和系統的實踐,以簡化軟體開發過程並提高應用程式的品質。這本完全修訂和擴展的第三版,介紹了.NET 6和C# 10的最新功能,讓您獲得成為有效軟體架構師所需的關鍵技能、知識和最佳實踐。

《使用C# 10和.NET 6進行軟體架構設計》第三版新增了描述軟體架構師的重要性、使用ASP.NET Core的微服務以及分析應用程式前端的架構方面,包括.NET MAUI的新方法的章節。它還包括一個新的章節,重點介紹使用ML.NET進行人工智慧和機器學習的簡介,以及關於Azure Kubernetes Service、EF Core和Blazor的更新章節。

您將首先了解如何將用戶需求轉化為架構需求,並探索功能需求和非功能需求之間的差異。接下來,您將探索如何選擇適合您基礎架構的雲解決方案,考慮到將幫助您成功管理基於雲的應用程式的因素。最後,您將分析並實施軟體設計模式,以解決常見的開發問題。

通過閱讀本書,您將能夠構建並交付高度可擴展的企業級應用程式,以滿足您的業務需求。

您將學到什麼


  • 使用驗證過的技術克服現實世界的架構挑戰

  • 應用分層架構等架構方法

  • 利用容器等工具有效管理微服務

  • 熟悉用於提供全球解決方案的Azure功能

  • 使用C# 10編寫和維護Azure Functions

  • 了解何時最適合使用測試驅動開發(TDD)

  • 在現代架構中使用ASP.NET Core實現微服務

  • 豐富您的應用程式與人工智慧

  • 充分利用DevOps原則,實現CI/CD環境

適合閱讀對象

本書適合希望成為架構師或使用.NET技術堆棧構建企業應用程式的工程師和高級軟體開發人員。需要基本的C#和.NET知識才能充分利用本書。

作者簡介

Gabriel Baptista is a software architect who leads technical teams for Microsoft products across numerous projects for retail and industry. He is an Azure Platform-as-a-Service (PaaS) solutions specialist, a computing professor, a co-founder of a start-up for developing mobile applications, and also a speaker on the Channel 9 community. Francesco Abbruzzese has built the tool - MVC Controls Toolkit. He has contributed to the evangelization of the Microsoft web stack since the first version of ASP.NET MVC through tutorials, articles, and tools that can be found on his blog, Dot Net Programming, and in various online magazines. His company, Mvcct Team, implements and offers web applications and AI software associated with the Microsoft stack.

作者簡介(中文翻譯)

Gabriel Baptista是一位軟體架構師,負責領導微軟產品的技術團隊,參與了多個零售和工業項目。他是Azure平台即服務(PaaS)解決方案專家,也是一位計算機教授,共同創辦了一家開發移動應用的初創公司,同時也是Channel 9社區的演講者。Francesco Abbruzzese開發了MVC Controls Toolkit工具。他從ASP.NET MVC的第一個版本開始,通過教程、文章和工具在他的博客Dot Net Programming和各種線上雜誌上貢獻了對微軟網頁技術堆棧的推廣。他的公司Mvcct Team實施並提供與微軟技術堆棧相關的網絡應用和人工智能軟體。

目錄大綱

Table of Contents

(N.B. Please use the Look Inside option to see further chapters)

  1. Understanding the Importance of Software Architecture
  2. Non-Functional Requirements
  3. Documenting Requirements with Azure DevOps
  4. Deciding on the Best Cloud-Based Solution
  5. Applying a Microservice Architecture to Your Enterprise Application
  6. Azure Kubernetes Service
  7. Interacting with Data in C# – Entity Framework Core
  8. How to Choose Your Data Storage in the Cloud
  9. Working with Azure Functions
  10. Design Patterns and .NET 6 Implementation
  11. Understanding the Different Domains in Software Solutions
  12. Implementing Code Reusability in C# 10
  13. Applying Service-Oriented Architectures with .NET
  14. Implementing Microservices with .NET
  15. Presenting ASP.NET Core MVC
  16. Implementing Frontend Microservices with ASP.NET Core
  17. Blazor WebAssembly

目錄大綱(中文翻譯)

目錄

(請使用「查看內容」選項以查看更多章節)


  1. 理解軟體架構的重要性

  2. 非功能性需求

  3. 使用 Azure DevOps 文件化需求

  4. 選擇最佳的基於雲端的解決方案

  5. 將微服務架構應用於企業應用程式

  6. Azure Kubernetes 服務

  7. 使用 C# 與資料互動 - Entity Framework Core

  8. 如何在雲端中選擇資料儲存方式

  9. 使用 Azure Functions

  10. 設計模式與 .NET 6 實作

  11. 理解軟體解決方案中的不同領域

  12. 在 C# 10 中實現程式碼重用性

  13. 使用 .NET 實現面向服務的架構

  14. 使用 .NET 實現微服務

  15. 介紹 ASP.NET Core MVC

  16. 使用 ASP.NET Core 實現前端微服務

  17. Blazor WebAssembly