Lesson 2 - Software Installation
Here are the download URLs for the programs I'll use in these lessons. I'm using Visual Studio Community Edition 2022, but included the download link for Visual Studio Code, in case you'd rather use that.
After installing these programs, start them up, to make sure they work.
Visual Studio Community Edition 2022
https://visualstudio.microsoft.com/vs/community/
Visual Studio Code
https://code.visualstudio.com/
* NOTE: The sample application uses .NET 6. To install this, you can run Visual Studio Installer, select "Modify" -> "Individual Components" and check the ".NET 6" option.
Microsoft SQL Server
https://www.microsoft.com/en-us/sql-server/sql-server-downloads
Microsoft installation guide
NOTE: When you install SQL Server, set the authentication mode to "SQL Server and Windows Authentication mode", if you want to be able to connect to the database with using either your Windows account or a SQL Server user.
SQL Server Management Studio
https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms
If you have any problems installing any of these programs, please leave a comment asking for assistance.
0 comments