Category: Development

My Attempt at LINQ Pagination

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

What Makes A Good Bug Report?

September 23, 2009 · 5 min read
Reporting issues in software? Here are some tips to make it easy to replicate and fix!

Wildcard search with LINQ

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