.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: 104
Created: 2022-02-03
License: Microsoft Open
Author(s): Cesar de la Torre, Bill Wagner, Mike Rousos
.NET Microservices

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others .net Tutorials

ASP.NET Core 2 Succinctly

ASP.NET Core 3.1 Succinctly

The Little ASP.NET Core Book

VB.NET programming

Learning .NET EPPlus

Others related eBooks about .NET Microservices

Think Python - How to Think Like a Computer Scientist

Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, ...

PC Assembly Language

The purpose of this book is to give the reader a better understanding of how computers really work at a lower level than in programming languages like Pascal. The tutorial has extensive coverage of interfacing assembly and C code and so might be of interest to C programmers who want to learn about...

Raspberry Pi Projects Book

Download free course Raspberry Pi Projects Book, pdf file on 204 pages by Wes Archer, David Crookes, PJ Evans, Gareth Halfacree, Rosie Hattersley, Nicola King, Ben Nuttall, Marc Scott, Danny Staple, Mark Vanstone....

How To Make Video Games

Learn How To Make Video Games, This ebook shows you everything you need to know to make video games....

An Introduction to Programming in Go

Learning Go language, free PDF tutorial in 168 pages. Go is an ideal language to learn as your first programming language....

JavaScript If Else free PDF

Download free course JavaScript If Else free PDF, pdf file on 4 pages by tutorialkart.com....

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....

The C++ Hackers Guide

An experienced programmer accumulates a set of tools, tricks, and techniques to make his or her programs better. ...

A Practical Introduction to Python Programming

This book is for anyone who wants to understand Python programming. It is degigned as partly a tutorial and partly a reference of Python....

Invent Your Own Computer Games with Python

Download free course Invent Your Own Computer Games with Python, pdf file on 367 pages by Al Sweigart....