Hands-On Microservices with C# 8 and .NET Core 3 : Refactor your monolith architecture into microservices using Azure, 3rd Edition

Learn the essential concepts, techniques, and design patterns that will help you build scalable and maintainable distributed systems

Key Features

Learn to design, implement, test, and deploy your microservices

Understand the challenges and complexities of testing and monitoring distributed services

Build modular and robust microservice architectures with the latest features of C# 8 and .NET Core 3.1

Book Description

The microservice architectural style promotes the development of complex applications as a suite of small services based on specific business capabilities. With this book, you'll take a hands-on approach to build microservices and deploy them using ASP .NET Core and Microsoft Azure.

You'll start by understanding the concept of microservices and their fundamental characteristics. This microservices book will then introduce a real-world app built as a monolith, currently struggling under increased demand and complexity, and guide you in its transition to microservices using the latest features of C# 8 and .NET Core 3. You'll identify service boundaries, split the application into multiple microservices, and define service contracts. You'll also explore how to configure, deploy, and monitor microservices using Docker and Kubernetes, and implement autoscaling in a microservices architecture for enhanced productivity. Once you've got to grips with reactive microservices, you'll discover how keeping your code base simple enables you to focus on what's important rather than on messy asynchronous calls. Finally, you'll delve into various design patterns and best practices for creating enterprise-ready microservice applications.

By the end of this book, you'll be able to deconstruct a monolith successfully to create well-defined microservices.

What you will learn

Package, deploy, and manage microservices and containers with Azure Service Fabric

Use REST APIs to integrate services using a synchronous approach

Protect public APIs using Azure Active Directory and OAuth 2.0

Understand the operation and scaling of microservices using Docker and Kubernetes

Implement reactive microservices with Reactive Extensions

Discover design patterns and best practices for building enterprise-ready apps

Who this book is for

This book is for C# and .NET Core developers who want to understand microservices architecture and implement it in their .NET Core applications. If you’re new to building microservices or have theoretical knowledge of the architectural approach, this book will help you gain a practical perspective to manage application complexity efficiently.

Gaurav Aroraa is a serial entrepreneur and start-up mentor. He has done an M.Phil in computer science. He is a Microsoft MVP award recipient. He is a lifetime member of the Computer Society of India (CSI), is an advisory member and senior mentor at IndiaMentor, is certified as a Scrum trainer/coach, is ITIL-F certified, and is PRINCE-F and PRINCE-P certified. He is an open source developer and a contributor to the Microsoft TechNet community. Recently, Gaurav was awarded "Icon of the year – excellence in Mentoring Technology Startups" for 2018-19 by Radio City, a Jagran initiative, for his extraordinary work during his 22-year career in the industry in the field of technology mentoring. Ed Price is a senior program manager in engineering at Microsoft, with an MBA in technology management. He has run Microsoft customer feedback programs for Azure Development, Service Fabric, IoT, and Visual Studio. He was also a technical writer at Microsoft for 6 years, helped to lead TechNet Wiki, and now leads efforts to publish key guidance from AzureCAT (Customer Advisory Team), especially in the development of microservices. He is the coauthor of Learn to Program with Small Basic.

Om den här boken

Learn the essential concepts, techniques, and design patterns that will help you build scalable and maintainable distributed systems

Key Features

Learn to design, implement, test, and deploy your microservices

Understand the challenges and complexities of testing and monitoring distributed services

Build modular and robust microservice architectures with the latest features of C# 8 and .NET Core 3.1

Book Description

The microservice architectural style promotes the development of complex applications as a suite of small services based on specific business capabilities. With this book, you'll take a hands-on approach to build microservices and deploy them using ASP .NET Core and Microsoft Azure.

You'll start by understanding the concept of microservices and their fundamental characteristics. This microservices book will then introduce a real-world app built as a monolith, currently struggling under increased demand and complexity, and guide you in its transition to microservices using the latest features of C# 8 and .NET Core 3. You'll identify service boundaries, split the application into multiple microservices, and define service contracts. You'll also explore how to configure, deploy, and monitor microservices using Docker and Kubernetes, and implement autoscaling in a microservices architecture for enhanced productivity. Once you've got to grips with reactive microservices, you'll discover how keeping your code base simple enables you to focus on what's important rather than on messy asynchronous calls. Finally, you'll delve into various design patterns and best practices for creating enterprise-ready microservice applications.

By the end of this book, you'll be able to deconstruct a monolith successfully to create well-defined microservices.

What you will learn

Package, deploy, and manage microservices and containers with Azure Service Fabric

Use REST APIs to integrate services using a synchronous approach

Protect public APIs using Azure Active Directory and OAuth 2.0

Understand the operation and scaling of microservices using Docker and Kubernetes

Implement reactive microservices with Reactive Extensions

Discover design patterns and best practices for building enterprise-ready apps

Who this book is for

This book is for C# and .NET Core developers who want to understand microservices architecture and implement it in their .NET Core applications. If you’re new to building microservices or have theoretical knowledge of the architectural approach, this book will help you gain a practical perspective to manage application complexity efficiently.

Gaurav Aroraa is a serial entrepreneur and start-up mentor. He has done an M.Phil in computer science. He is a Microsoft MVP award recipient. He is a lifetime member of the Computer Society of India (CSI), is an advisory member and senior mentor at IndiaMentor, is certified as a Scrum trainer/coach, is ITIL-F certified, and is PRINCE-F and PRINCE-P certified. He is an open source developer and a contributor to the Microsoft TechNet community. Recently, Gaurav was awarded "Icon of the year – excellence in Mentoring Technology Startups" for 2018-19 by Radio City, a Jagran initiative, for his extraordinary work during his 22-year career in the industry in the field of technology mentoring. Ed Price is a senior program manager in engineering at Microsoft, with an MBA in technology management. He has run Microsoft customer feedback programs for Azure Development, Service Fabric, IoT, and Visual Studio. He was also a technical writer at Microsoft for 6 years, helped to lead TechNet Wiki, and now leads efforts to publish key guidance from AzureCAT (Customer Advisory Team), especially in the development of microservices. He is the coauthor of Learn to Program with Small Basic.

Kom igång med den här boken idag för 0 kr

  • Få full tillgång till alla böcker i appen under provperioden
  • Ingen bindningstid, avsluta när du vill
Prova gratis nu
Mer än 52 000 personer har gett Nextory 5 stjärnor i App Store och på Google Play.

Andra har också läst

Hoppa över listan
  1. Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C# : Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#

    Kenneth Scott Allen

  2. ASP.NET Core 2 High Performance : Learn the secrets of developing high performance web applications using C# and ASP.NET Core 2 on Windows, Mac, and Linux

    James Singleton

  3. Hands-On Parallel Programming with C# 8 and .NET Core 3 : Build solid enterprise software using task parallelism and multithreading

    Shakti Tanwar

  4. C# 6 and .NET Core 1.0: Modern Cross-Platform Development

    Mark J. Price

  5. Learn WinUI 3 : Leverage WinUI and the Windows App SDK to create modern Windows applications with C# and XAML

    Alvin Ashcraft

  6. Creating an RTS Game in Unity 2023 : A comprehensive guide to creating your own strategy game from scratch using C#

    Bruno Cicanci

  7. High-Performance Programming in C# and .NET : Understand the nuts and bolts of developing robust, faster, and resilient applications in C# 10.0 and .NET 6

    Jason Alls

  8. Mastering Minimal APIs in ASP.NET Core : Build, test, and prototype web APIs quickly using .NET and C#

    Emanuele Bartolesi, Andrea Tosato, Marco Minerva

  9. Beginning C# 7 Hands-On – Advanced Language Features : Learn the advanced-level features of C# 7 using Visual Studio 2017

    Tom Owsiak

  10. Building Microservices with .NET Core 2.0 - Second Edition : Transitioning monolithic architectures using microservices with .NET Core 2.0 using C# 7.0

    Gaurav Aroraa

  11. Multithreading with C# Cookbook - Second Edition

    Eugene Agafonov

  12. C# 2008 and 2005 Threaded Programming : Beginner's Guide

    Hillar Gaston C.