It is very common requiring MS SqlServer if you are developing ASP.NET web applications; because of this, having a local Sql Server is a great plus if you are developing web apps on ASP.NET Core on Mac, or Linux. One of the things to take in consideration is that we can make a “clean and rapid installation” using a Docker container. Take a look at this video for instructions!
- Installing Docker
- Installing Kitematic
- Installing and using SQL Server Client (sql-cli)
- Installing mssql extension on VSCode
- Configuring connection on VSCode