Setup
Environment Setup
The following are needed to be installed to run .NET applications:
- https://dotnet.microsoft.com/download (we have used .NET 5.0 SDK)
- SQL Server 2017 Developer
- Docker
Development Tools
Additionally, the following should be installed by developers:
- https://visualstudio.microsoft.com/downloads/ (we have used Visual Studio Community 2019, and installed via the Visual Studio Installer: ASP.NET and web development)
- SQL Server Management Studio 17.9.1.
Note: Instead of Visual Studio, Visual Studio Code could also be used, depending on individual preferences.
Review Tools
The following is recommended to be installed:
- https://www.codestream.com/ is used for Code Review (includes Free, Business and Enterprise Plans) (this can be installed as an Extension inside Visual Studio)