.NET Microservices



Download free course .NET Microservices, pdf file on 350 pages by Cesar de la Torre, Bill Wagner, Mike Rousos.
This guide is an introduction to developing microservices-based applications and managing them using containers. It discusses architectural design and implementation approaches using .NET Core and Docker containers. To make it easier to get started with containers and microservices, the guide focuses on a reference containerized and microservice-based application that you can explore.

This book provides foundational development and architectural guidance primarily at a development environment level with a focus on two main technologies: Docker and .NET Core. Our intention is that you read this guide when thinking about your application design without focusing on the infrastructure (cloud or on-premises) of your production environment. You will make decisions about your infrastructure later, when you create your production-ready applications. Therefore, this guide is intended to be infrastructure agnostic and more development-environment-centric.

Table of contents

  • Introduction to Containers and Docker
  • Choosing Between .NET Core and .NET Framework for Docker Containers
  • Architecting container and microservice-based applications
  • Development process for Docker-based applications
  • Designing and Developing Multi-Container and Microservice-Based .NET Applications
  • Tackle Business Complexity in a Microservice with DDD and CQRS Patterns
  • Implement resilient applications
  • Make secure .NET Microservices and Web Applications
Pages : 350
Size : 12.8 MB
File type : PDF
Downloads: 91
Created: 2022-02-03
License: Microsoft Open
Author(s): Cesar de la Torre, Bill Wagner, Mike Rousos
.NET Microservices

Others .net Tutorials

Using .NET Core, Docker, and Kubernetes Succinctly

Real-Time ASP.NET Core 3 Apps with SignalR Succinctly

Cryptography in .NET Succinctly

Architect Modern Web Applications with ASP.NET Core and Azure

25 Secrets for Faster ASP.NET Applications

Others related eBooks about .NET Microservices

Ruby Hacking Guide

The Ruby Hacking Guide is a book that explains how the ruby interpreter (the official C implementation of the Ruby language) works internally. To fully understand it, you need a good knowledge of C and Ruby. This book is going to investigate ruby as a whole....

Think C++

Download free course Think C++, pdf file on 191 pages by Allen Downey....

Designing Scalable JavaScript Applications

Download free course Designing Scalable JavaScript Applications, pdf file on 134 pages by Emmit Scott....

Cobol programmer's guide

Download a complet PDF tutorial about Cobol for programmers ,it shows you how to develop COBOL programs that use the database languages SQL and PL/SQL....

Programming for Computations - Python, 2nd Edition

This book presents computer programming as a key method for solving mathematical problems...., download free Programming for Computations tutorial in PDF (350 pages) created by Svein Linge ....

Essential Kotlin

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Kotlin programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....

Csharp programming

Download C# PDF Tutorial for free, it consisting of 29 chapters and 175 pages covering all the most important C# concepts. This tutorial is intended for beginner programmers, and we recommend you to go through all the chapters, to get the most out of it as possible....

Think DSP: Digital Signal Processing in Python

This book is an introduction to signal processing and system analysis using a computational approach, using Python as the programming language. The premise of this book (like the others in the Think X series) is that if you know how to program, you can use that skill to learn other things. By the ...

Introduction to programming with Fortran 95

Introduction to programming with Fortran 95. This tutorial aim to provide an introduction to programming with Fortran 95. Fortran is particularly suitable for science and engineering....

JavaScript RegExp

Download free course JavaScript RegExp, pdf file on 59 pages by Sundeep Agarwal....