Technical requirements
In this chapter, we will code a tiny proof-of-concept containerized microservices application and use debugging techniques with Tye. In order to build and run them, we will need the following:
- Windows 10, Windows Subsystem for Linux (WSL) 2 (with Ubuntu distribution), Tye, .NET 5, .NET Core 3.1 (for Tye), and Docker Desktop.
- You can use Visual Studio Code (VS Code) or Visual Studio 2019 Community edition as an IDE.
- Online code for the examples can be found at the following GitHub URL: https://github.com/PacktPublishing/Adopting-.NET-5--Architecture-Migration-Best-Practices-and-New-Features/tree/master/Chapter04.
Let's move ahead and explore this interesting chapter!