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