Dynamic LINQ to SQL
https://weblogs.asp.net/scottgu/linq-to-sql-part-3-querying-our-database
https://stackoverflow.com/questions/2380413/paging-with-linq-for-objects
https://stackoverflow.com/questions/33153932/filter-search-using-multiple-fields-asp-net-mvc
Expression, Lambda & Func in C#
https://blogs.msdn.microsoft.com/alexj/2009/03/25/tip-8-how-to-write-where-in-style-queries-using-linq-to-entities/
IEnumerable<T> vs IQueryable<T>
https://stackoverflow.com/questions/2876616/returning-ienumerablet-vs-iqueryablet
https://www.red-gate.com/simple-talk/dotnet/net-tools/entity-framework-performance-and-what-you-can-do-about-it/
https://github.com/bcemmett/EntityFrameworkSchoolSystem
Entity Framework Pre-Generated Mapping Views
https://msdn.microsoft.com/en-us/data/dn469601
Performance Considerations for EF 4, 5, and 6
https://msdn.microsoft.com/en-us/data/hh949853
https://romiller.com/2014/06/10/reducing-code-first-database-chatter/
https://www.red-gate.com/simple-talk/dotnet/.net-framework/the-.net-4.5-asyncawait-feature-in-promise-and-practice/
Entity Framework Power Tools Beta 4
https://marketplace.visualstudio.com/items?itemName=EntityFrameworkTeam.EntityFrameworkPowerToolsBeta4
https://www.nuget.org/packages/EFInteractiveViews
ANTS Performance Profiler
https://www.red-gate.com/simple-talk/author/ben-emmett/
https://www.red-gate.com/products/dotnet-development/ants-performance-profiler/
Sorting, Filtering, Paging
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://github.com/aspnet/Docs/blob/master/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.md
http://www.c-sharpcorner.com/UploadFile/4b0136/perform-paging-searching-sorting-in-Asp-Net-mvc-5/
http://www.c-sharpcorner.com/UploadFile/0c1bb2/sorting-paging-searching-in-Asp-Net-mvc-5/
http://www.c-sharpcorner.com/article/paging-and-sorting-in-Asp-Net-mvc/
http://www.jquery2dotnet.com/2013/06/mvc-4-paging-with-ajax-bootstrap.html
http://mvcpaging.apphb.com/
http://www.joe-stevens.com/tag/linq-to-sql/