Tag: Entity Framework

My Attempt at LINQ Pagination

October 16, 2009 · 1 min read
Implementing efficient pagination in LINQ using Skip() and Take() methods to handle large record sets in database applications.

Wildcard search with LINQ

April 21, 2009 · 1 min read
An example of wildcard search with LINQ