https://github.com/quanghuybest2k2/design_pattern
Môn mẫu thiết kế
https://github.com/quanghuybest2k2/design_pattern
csharp design-patterns oop
Last synced: about 1 year ago
JSON representation
Môn mẫu thiết kế
- Host: GitHub
- URL: https://github.com/quanghuybest2k2/design_pattern
- Owner: quanghuybest2k2
- Created: 2023-03-15T07:08:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T15:39:19.000Z (about 3 years ago)
- Last Synced: 2023-08-02T02:04:58.747Z (almost 3 years ago)
- Topics: csharp, design-patterns, oop
- Language: C#
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Design_Pattern
Mẫu thiết kế
``` diff
---------------------- Tạo dự án console c# ----------------------
@@ Mở terminal gõ lệnh: @@
+ mkdir Ten_Project
@@ Đi vào thư mục dự án: @@
+ cd Ten_Project
@@Tạo dự consle app c#: @@
+ dotnet new console
@@ Mở dự án bằng vs code gõ: @@
+ code .
@@ Để chạy dữ án gõ: @@
+ dotnet run
```
Download Dotnet SDK
[Link Download](https://dotnet.microsoft.com/en-us/download)