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

https://github.com/kongruksiamza/asp-mvc-document

เอกสารประกอบการเรียนรู้ ASP.NET Core MVC (.NET 7)
https://github.com/kongruksiamza/asp-mvc-document

Last synced: 8 months ago
JSON representation

เอกสารประกอบการเรียนรู้ ASP.NET Core MVC (.NET 7)

Awesome Lists containing this project

README

          

## 📖 คู่มือประกอบการสอน ASP.NET Core MVC (.NET 7)

## 🎓 พื้นฐานที่ต้องเรียนมาก่อน (ฟรี)
- [HTML5](https://www.youtube.com/playlist?list=PLltVQYLz1BMDf-N2ZmyJKEv4VlpM_9m67)
- [CSS3](https://www.youtube.com/playlist?list=PLltVQYLz1BMBeWsNwB06VT3t8m5575qCP)
- [JavaScript](https://www.youtube.com/playlist?list=PLltVQYLz1BMDsB7SrMh8x6uDTfl7LdNlP)
- [Bootstrap 5](https://www.youtube.com/playlist?list=PLltVQYLz1BMDNdxqTqiOm-D2CN3J2PF-F)
- [C# เบื้องต้น](https://www.youtube.com/playlist?list=PLltVQYLz1BMAq2fsXLKzGS1eFNxl0-z0I)
- [เขียนโปรแกรมเชิงวัตถุ (OOP) ด้วย C#](https://www.youtube.com/playlist?list=PLltVQYLz1BMAkJNArwlMybfNpjW8lfSfZ)
- [SQL](https://www.youtube.com/playlist?list=PLltVQYLz1BMAP6veiejiMdwX7J9GqmkZS)

## 🎯 เครื่องมือที่ใช้
- [Visual Studio Community 2022](https://visualstudio.microsoft.com/)
- [SQL Server 2022](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)
- [SQL Server Management Studio (SSMS)](https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver16)

## 💎 Connection Strings
```
"ConnectionStrings": { "DefaultConnection": "Server=ชื่อ Sever;
Database=ชื่อฐานข้อมูล;
Trusted_Connection=True;
TrustServerCertificate=True"
}
```

## 🎨 Nuget Package
- Microsoft.EntityFrameworkCore
- Microsoft.EntityFrameworkCore.Tools
- Microsoft.EntityFrameworkCore.SqlServer

## 👨‍💻 Package Manager Console (PM Command)
- add-migration
- update-database

## 📢 ติดตามข่าวสารอื่นๆของเราได้ที่

























kongruksiamza