EF Core Paging (edit)
https://gunnarpeipman.com/net/ef-core-paging/
https://gunnarpeipman.com/aspnet/pager-view-component/
https://github.com/gpeipman/DotNetPaging
SQL Server & Stored Procedure
https://www.sqlshack.com/introduction-pagination-sql-server/
https://www.yogihosting.com/custom-paging-with-sql-server-2012/
Sql Server XML to JSON
http://mundrisoft.com/tech-bytes/convert-xml-to-json-in-ms-sql-server/
SQL Student Enrollment System DB Script
http://www.dailyfreecode.com/Code/student-enrollment-system-database-2913.aspx
JavaScript
https://gunnarpeipman.com/aspnet/enums-to-javascript/
Entity Framework 6 in an ASP.NET MVC 5 Web Application
https://code.msdn.microsoft.com/ASPNET-MVC-Application-b01a9fe8
Contoso University (MVC)
- Students (Sinh viên)
- Courses (Khóa học)
- Instructors (Giảng viên)
- Departments (Các phòng ban)
Step 1: Sửa đổi chuỗi kết nối
Step 2: Xóa hết những class ở trong thư mục Migrations, trừ class Configuration.cs
Step 3: Vào Tools → Package Manager Console → NuGet Package Manger → Package Manger Console
Add-Migration "InitDB"
Update-Database -Verbose
ASP.NET MVC with Entity Framework and CSS
https://www.apress.com/us/book/9781484221365
https://github.com/Apress/asp.net-mvc-w-entity-framework-css
ASP.NET WebForms
https://www.yogihosting.com/asp-net-gridview-custom-paging/
https://www.c-sharpcorner.com/UploadFile/8c19e8/implement-custom-paging-in-gridview-with-linq/