Introduction to .NET Core 3.1 and Microservices - Part 1

Опубликовано: 18 Март 2026
на канале: Tommy Ngo (SW CODING CHANNEL)
281
4

Today, I will give you an introduction to .NET Core 3.1 and Microservices.
In other words, I will walk you through the steps of setting up the .NET Core 3.1 SDK in a Ubuntu Linux Docker Container (setting up port, creating service files, etc.). In addition, I will show you how to compile and deploy an ASP.NET Web Application (run as a service) that returns a JSON package to any program (written C# .NET, etc.) that can deserialize or consume JSON data.

In the second tutorial that follows this video, I will show you how to write a C# GUI that will deserialize the JSON data. So, stay tuned for the next video after this one.

#dotnetcore
#microservices
#docker
#ubuntucontainer