NO. | TITLE |
---|---|
1 | Introduction |
- Components that need to be installed.
-
Install .Net 6.0 sdk first. For this project, we use .Net 6.0. Below is the link for you to download .Net 6.0 :
-
For database, we gonna use SQL Express because it is lighweight and suitable for development. Install SQL Express before proceed to the next step.
-
To manage your SQL infrastructure, we gonna use SQL Server Management Studio (SSMS). It is better for you to download SSMS version 18.5 or lower because upper version 18.6 and more consist of Azure infrastructure. For this project, we will not use Azure infrastructure. Below is the download link for SSMS.
-
For code editor, we prefer to use Visual Studio Code and not Visual Studio. Below is the download link for VS Code :
-
Then, install C# Extension for Visual Studio Code
You also can install C# Extension from VS CODE Extension Marketplace :
-
After you finish setup everything. Now you are ready to proceed to create your first RazorPage project 😁