Building Microservices with .NET Core 2.0 - Second Edition
Gaurav Aroraa
- 出版商: Packt Publishing
- 出版日期: 2017-12-22
- 售價: $1,600
- 貴賓價: 9.5 折 $1,520
- 語言: 英文
- 頁數: 300
- 裝訂: Paperback
- ISBN: 1788393333
- ISBN-13: 9781788393331
-
相關分類:
.NET、Microservices 微服務、SOA
-
其他版本:
Hands-On Microservices with C# 8 and .NET Core 3, 3rd Edition
買這商品的人也買了...
-
$1,750$1,663 -
$650$507 -
$480$408 -
$990Dependency Injection in .NET Core 2.0: Make use of constructors, parameters, setters, and interface injection to write reusable and loosely-coupled code
-
$360$284 -
$580$452 -
$580$435 -
$380$300 -
$250微服務實踐
-
$1,887Fundamentals of Software Architecture: A Comprehensive Guide to Patterns, Characteristics, and Best Practices (Paperback)
-
$650$553 -
$600$510 -
$420$378 -
$890$757 -
$690$587 -
$680$578 -
$690$538 -
$780$663 -
$880$748 -
$880$748 -
$880$695 -
$780$616 -
$780$616 -
$980$774 -
$680$530
商品描述
Key Features
- Start your microservices journey and understand a broader perspective of microservices development
- Get started with .NET Core 2.0 for microservices
- Build, deploy, and test microservices using ASP.Net Core, ASP.NET Core API, and Microsoft Azure Cloud
Book Description
Microservices is an architectural style that promotes the development of complex applications as a suite of small services based on business capabilities. This book will help you identify the appropriate service boundaries within the business. We'll start by looking at what microservices are and what the main characteristics are.
Moving forward, you will be introduced to real-life application scenarios, and after assessing the current issues, we will begin the journey of transforming this application by splitting it into a suite of microservices. You will identify the service boundaries, split the application into multiple microservices, and define the service contracts. You will find out how to configure, deploy, and monitor microservices, and configure scaling to allow the application to quickly adapt to increased demand in the future.
With an introduction to the reactive microservices, you strategically gain further value to keep your code base simple, focusing on what is more important rather than on the messy asynchronous calls.
What you will learn
- Get acquainted with Microsoft Azure Service Fabric
- Compare microservices with monolithic applications and SOA
- Define the service interface and implement the APIs using ASP.NET Web API
- Integrate the services using a synchronous approach via RESTful APIs using ASP.NETCore
- Implement microservices security using Azure Active Directory, OpenID Connect, and OAuth 2.0
- Understand the operations and scaling of microservices in .NET Core
- Understand the testing pyramid and implement consumer-driven contracts using pact net core
- Understand what the key features of reactive microservices are and implement them using reactive extensions