@manhng

Welcome to my blog!

EF Core Paging

July 11, 2019 14:26

EF Core Paging (edit)

https://gunnarpeipman.com/net/ef-core-paging/

https://gunnarpeipman.com/aspnet/pager-view-component/

https://github.com/gpeipman/DotNetPaging

https://www.red-gate.com/simple-talk/dotnet/net-tools/entity-framework-performance-and-what-you-can-do-about-it/

SQL Server & Stored Procedure

https://www.sqlshack.com/introduction-pagination-sql-server/

https://www.yogihosting.com/custom-paging-with-sql-server-2012/

https://www.yogihosting.com/custom-paging-in-asp-net-without-using-controls-like-gridview-and-repeater/

https://www.yogihosting.com/custom-paging-in-asp-net-without-using-controls-like-gridview-and-repeater/

https://www.yogihosting.com/custom-paging-in-asp-net-without-using-controls-like-gridview-and-repeater/

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

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/d0c79318-1050-4bef-8dc1-fc36ae84bbcd/student-information-system-database-design

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

https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-application

https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/migrations-and-deployment-with-the-entity-framework-in-an-asp-net-mvc-application

https://www.aspsnippets.com/Articles/Custom-Paging-and-Sorting-using-Entity-Framework-and-jQuery-in-ASPNet-MVC.aspx

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/

https://www.yogihosting.com/custom-paging-in-asp-net-without-using-controls-like-gridview-and-repeater/

https://www.yogihosting.com/custom-paging-in-asp-net-without-using-controls-like-gridview-and-repeater/

https://www.yogihosting.com/custom-paging-in-asp-net-without-using-controls-like-gridview-and-repeater/

Categories

Recent posts