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 :
- Page<T> class
- Filters<T> class
- 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/
http://harshw.com/5-ways-to-take-your-programming-skills-to-next-level/
- Copy paste coding
- Think but don’t overthink
- Test your code
- Pair program
- Keep learning. But what?
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/