Distributed .NET with Microsoft Orleans: Build robust and highly scalable distributed applications without worrying about complex programming patterns
暫譯: 使用 Microsoft Orleans 的分散式 .NET:構建穩健且高度可擴展的分散式應用程式,無需擔心複雜的程式設計模式
Muthiyalu, Bhupesh Guptha, Kunani, Suneel Kumar
- 出版商: Packt Publishing
- 出版日期: 2022-05-27
- 售價: $1,760
- 貴賓價: 9.5 折 $1,672
- 語言: 英文
- 頁數: 260
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1801818975
- ISBN-13: 9781801818971
-
相關分類:
.NET、JVM 語言
海外代購書籍(需單獨結帳)
相關主題
商品描述
Key Features
- Explore the Orleans cross-platform framework for building robust, scalable, and distributed applications
- Handle concurrency, fault tolerance, and resource management without complex programming patterns
- Work with essential components such as grains and silos to write scalable programs with ease
Book Description
Building distributed applications in this modern era can be a tedious task as customers expect high availability, high performance, and improved resilience. With the help of this book, you'll discover how you can harness the power of Microsoft Orleans to build impressive distributed applications.
Distributed .NET with Microsoft Orleans will demonstrate how to leverage Orleans to build highly scalable distributed applications step by step in the least possible time and with minimum effort. You'll explore some of the key concepts of Microsoft Orleans, including the Orleans programming model, runtime, virtual actors, hosting, and deployment. As you advance, you'll become well-versed with important Orleans assets such as grains, silos, timers, and persistence. Throughout the book, you'll create a distributed application by adding key components to the application as you progress through each chapter and explore them in detail.
By the end of this book, you'll have developed the confidence and skills required to build distributed applications using Microsoft Orleans and deploy them in Microsoft Azure.
What you will learn
- Get to grips with the different cloud architecture patterns that can be leveraged for building distributed applications
- Manage state and build a custom storage provider
- Explore Orleans key design patterns and understand when to reuse them
- Work with different classes that are created by code generators in the Orleans framework
- Write unit tests for Orleans grains and silos and create mocks for different parts of the system
- Overcome traditional challenges of latency and scalability while building distributed applications
Who this book is for
This book is for .NET developers and software architects looking for a simplified guide for creating distributed applications, without worrying about complex programming patterns. Intermediate web developers who want to build highly scalable distributed applications will also find this book useful. A basic understanding of .NET Classic or .NET Core with C# and Azure will be helpful.
商品描述(中文翻譯)
**主要特點**
- 探索 Orleans 跨平台框架,用於構建穩健、可擴展和分散式應用程式
- 處理併發性、容錯性和資源管理,而無需複雜的程式設計模式
- 使用基本組件如 grains 和 silos,輕鬆編寫可擴展的程式
**書籍描述**
在這個現代時代,構建分散式應用程式可能是一項繁瑣的任務,因為客戶期望高可用性、高性能和更好的韌性。藉助本書,您將發現如何利用 Microsoft Orleans 的力量來構建令人印象深刻的分散式應用程式。
《使用 Microsoft Orleans 的分散式 .NET》將逐步演示如何利用 Orleans 以最少的時間和最小的努力構建高度可擴展的分散式應用程式。您將探索 Microsoft Orleans 的一些關鍵概念,包括 Orleans 程式設計模型、執行時、虛擬演員、託管和部署。隨著進展,您將熟悉重要的 Orleans 資產,如 grains、silos、計時器和持久性。在整本書中,您將通過在每一章中添加關鍵組件來創建一個分散式應用程式,並詳細探索它們。
在本書結束時,您將具備使用 Microsoft Orleans 構建分散式應用程式並在 Microsoft Azure 中部署它們所需的信心和技能。
**您將學到什麼**
- 理解可以用於構建分散式應用程式的不同雲架構模式
- 管理狀態並構建自定義存儲提供者
- 探索 Orleans 的關鍵設計模式並了解何時重用它們
- 使用 Orleans 框架中由程式碼生成器創建的不同類別
- 為 Orleans grains 和 silos 編寫單元測試,並為系統的不同部分創建模擬
- 在構建分散式應用程式時克服傳統的延遲和可擴展性挑戰
**本書適合誰**
本書適合尋求簡化指南以創建分散式應用程式的 .NET 開發人員和軟體架構師,而無需擔心複雜的程式設計模式。希望構建高度可擴展的分散式應用程式的中級網頁開發人員也會發現本書有用。對 .NET Classic 或 .NET Core 及 C# 和 Azure 的基本理解將是有幫助的。
作者簡介
Bhupesh Guptha Muthiyalu is a Microsoft Certified Professional and works at the company as a principal software engineering manager. He has 17+ years of software development experience on the .NET technology stack. His current role involves designing systems that are resilient to the iterations and changes required by the needs of enterprise businesses, validating architectural innovations, delivering solutions with high quality, managing the end-to-end ownership of products, and building diverse teams with capabilities to fulfill customer objectives. He is passionate about creating reusable components and identifying opportunities to make a product better.
Suneel Kumar Kunani is a passionate developer who strives to learn something new every day. With over 17 years of experience in .NET and Microsoft technologies, he works on architecting and building mission-critical, highly scalable, and secure solutions at Microsoft. He loves to teach and preach the best practices in building distributed cloud solutions.
作者簡介(中文翻譯)
Bhupesh Guptha Muthiyalu 是一位微軟認證專業人士,目前擔任公司的首席軟體工程經理。他擁有超過 17 年的 .NET 技術堆疊軟體開發經驗。他目前的角色包括設計能夠適應企業業務需求所需的迭代和變更的系統,驗證架構創新,提供高品質的解決方案,管理產品的端到端擁有權,以及建立具備滿足客戶目標能力的多元團隊。他熱衷於創建可重用的元件並尋找改善產品的機會。
Suneel Kumar Kunani 是一位充滿熱情的開發者,努力每天學習新知識。擁有超過 17 年的 .NET 和微軟技術經驗,他在微軟負責架構設計和構建關鍵任務、高度可擴展且安全的解決方案。他喜愛教授和宣揚構建分散式雲端解決方案的最佳實踐。
目錄大綱
- An Introduction to Distributed Applications
- Cloud Architecture and Patterns for Distributed Applications
- Introduction to Microsoft Orleans
- Understanding Grains and Silos
- Persistence in Grains
- Scheduling and Notifying in Orleans
- Engineering Fundamentals in Orleans
- Advanced Concepts in Orleans
- Design Patterns in Orleans
- Deploying an Orleans Application in Azure Kubernetes
- Deploying an Orleans Application to Azure App Service
目錄大綱(中文翻譯)
- An Introduction to Distributed Applications
- Cloud Architecture and Patterns for Distributed Applications
- Introduction to Microsoft Orleans
- Understanding Grains and Silos
- Persistence in Grains
- Scheduling and Notifying in Orleans
- Engineering Fundamentals in Orleans
- Advanced Concepts in Orleans
- Design Patterns in Orleans
- Deploying an Orleans Application in Azure Kubernetes
- Deploying an Orleans Application to Azure App Service