1. Cài đặt môi trường Devs

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

1.

Cài đặt môi trường Devs

1. Download Visual Studio 2022 theo các bước sau:


- Bước 1: Download bản Enterprise tại: https://visualstudio.microsoft.com/fr/downloads/
- Bước 2: Tạo thư mục, thí dụ: d:\Software\VS\vs_enterprise_2022
- Bước 3: Copy file đã download ở bước 1 (có thể tên file là "VisualStudioSetup") vào thư mục ở bước 2
- Bước 4: CMD vào thư mục ở bước 2 chạy lệnh: ./VisualStudioSetup.exe --layout d:\Software\VS\vs_enterprise_2022 --lang en-US
- Bước 5: Thực hiện cài đặt
- Bước 6: Cấu hình Visual Studito 2022
○ Tại tab workloads, chọn các mục sau:
▪ ASP.NET and web development
▪ Azure development
▪ .NET desktop development
▪ Desktop development with C++
▪ Universal Windows Platform development
▪ Mobile development with .NET
○ Tại Individual components tab ta chọn:
▪ Class Designer
▪ Git for Windows
▪ PreEmptive Protection - Dotfuscator
2. Cài đặt xong add key
Key Visual Studio 2022 Pro:
TD244-P4NB7-YQ6XK-Y8MMM-YWV2J

Key Visual Studio 2022 Enterprise:


VHF9H-NXBBB-638P6-6JHCY-88JWH
3. Git Control version
a. Download và setup Git
b. Tạo tài khoản tại github.com
c. Tạo repository tại Github => get link của Repo
d. Cài đặt sourcetree (github client)

Lập trình CShap và .NET Page 1

You might also like