An open API service indexing awesome lists of open source software.

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ế

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)