@manhng

Welcome to my blog!

EF 6 Code First

June 4, 2020 10:22

EF 6 Code First (edit)

One stop solution for entity framework pagination, sorting and filtering.

https://github.com/harshwPro/EntityFrameworkPaginate

There are 3 main classes you need to know :

  1. Page<T> class
  2. Filters<T> class
  3. Sorts<T> class

https://www.entityframeworktutorial.net/code-first/code-based-migration-in-code-first.aspx

Choosing Between Automatic and Code Based Entity Framework Migration

http://harshw.com/choosing-automatic-code-based-entity-framework-migration/

Sorting multiple columns using Entity Framework Paginate

http://harshw.com/sorting-multiple-columns-using-entity-framework-paginate/

Implementing pagination with dynamic filtering and sorting using Entity Framework

http://harshw.com/implementing-dynamic-filtering-sorting-pagination-entityframework/

EFP-Example

http://harshw.com/5-ways-to-take-your-programming-skills-to-next-level/

  1. Copy paste coding
  2. Think but don’t overthink
  3. Test your code
  4. Pair program
  5. Keep learning. But what?

https://www.codeguru.com/csharp/article.php/c19999/Understanding-Database-Initializers-in-Entity-Framework-Code-First.htm

https://www.codeguru.com/csharp/article.php/c19233/Introduction-to-Entity-Framework-Code-First.htm

https://www.c-sharpcorner.com/article/how-to-implement-paging-using-skip-and-take-operators-in-linq/

https://www.aspsnippets.com/Articles/Paging-using-Skip-and-Take-functions-in-LINQ-with-C-and-VBNet.aspx

Categories

Recent posts