Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Microservices by examples using .NET Core

Posted By: arundhati
Microservices by examples using .NET Core

Biswa Pujarini Mohapatra, "Microservices by examples using .NET Core: A book with lot of practical and architectural styles for Microservices using .NET Core"
English | ISBN: 9387284581 | 2019 | 239 pages | PDF | 3 MB

A book with lot of practical and architectural styles for Microservices using .NET Core

Key Features
Understand core concept of Microservices
Understand various Microservices design patterns
Build microservices application using real-world examples
Deployment of microservices using Docker
Microservices Orchestration using Azure Service Fabric
Azure DevOps (CI/CD) using MSBuild
Understand the concept of API Management
Authentication/Authorization using JWT token for Microservices
Integrating Microservices in Angular 6.0 Single Page Application.
Dos and don’ts during integration
Ensuring End to end testing

Description
This book predominately covers Microservices architecture with real-world example which can help professionals on case adoption of this technology. Following the trend of modularity in real world, the idea behind Microservice by Examples is to allow developers to build their applications from various independent components which can be easily changed, removed or upgraded. Also, it is relevant now because of enterprises are moving towards DevOps/ Modernisation, this book will emphasise on containers and Dockers as well.

What Will You Learn
Microservices and its Architecture
Designing the microservice application layer
Hands on Micro services development of Online Hotel Booking App
Deployment of Microservices for App-Modernization at Scale with Docker
Service Orchestration of Microservices using Azure Service Fabric
Integrating various components
Hands on Integration with API Management
Testing Microservices

Who This Book Is For
This book is for .NET Core developers who are new to microservices and want to learn, understand the microservices architecture.