From the course: .NET Microservices for Azure Developers

What you should know

- [Instructor] This is a development course, and my primary goal is to explain the microservices architectural style and show you how to get up and running quickly with .NET and Azure. To get the most out of this course, it's important to have some prerequisite knowledge before you start. Microservices are independently deployable services that can be created with any technology. However, in this course I'm going to use .NET and the C# programming language. So first, you should have a working knowledge of .NET as a development platform. In concrete, you should know how to build web applications and APIs using a ASP.NET core. I'm going to use Visual Studio as my primary development environment, so you should have experience with this tool. Additionally, you also need to know the basic concepts of the Azure Cloud, such as how to navigate the Azure portal and use the Azure command line interface to execute commands. And lastly, you should have experience using both Git and GitHub as version control technologies. Having experience on GitHub actions is a plus.

Contents