Skip to content

RazorPageTraining/Part_2_Installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Installation

NO. TITLE
1 Introduction

  • Components that need to be installed.

  1. 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 :

  2. For database, we gonna use SQL Express because it is lighweight and suitable for development. Install SQL Express before proceed to the next step.

  3. 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.

  4. For code editor, we prefer to use Visual Studio Code and not Visual Studio. Below is the download link for VS Code :

  5. Then, install C# Extension for Visual Studio Code

    image

    You also can install C# Extension from VS CODE Extension Marketplace :

    • Open your VS Code and click this icon

      image

    • Search C# and click this C# extensions from Microsoft

      image

    • Click button install and restart your VS Code

      image

  6. After you finish setup everything. Now you are ready to proceed to create your first RazorPage project 😁

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks