Multi-Million Row Table Pagging
-
7/24/2009
SQL -
general
The much discussed pagging issue is here to stay because developers always want to tweek there queries for performance. Heres the best way I've found so far. more...
|
Show PSD Thumbnails In Vista 64-bit
-
7/24/2009
SOFTWARE -
general
A quick way to get your thumbnail previews back for photoshop psd files in Vista 64-bit. more...
|
Printing Out Object Fields and Values
-
6/10/2009
C# PROGRAMMING -
general
A great way to see all of the values in an object. more...
|
LINQed & Layered
-
6/8/2009
C# PROGRAMMING -
general
Implement CRUD Operations with LINQ in Three-tier more...
|
LINQ to SQL is NOT dead!
-
6/8/2009
WEB DEVELOPMENT -
general
Jon Kruger explains in this article his thoughts about the "LINQ is Dead" topic heard since October. There’s also a great link within the article about the new features in LINQ with .Net 4.0 framework. more...
|
Two Family Members Lost in the Same Week
-
5/25/2009
NEWS -
general
They say "when it rains it pours." That saying sums up the week. It’s been raining for 10 days straight and both my grandmother and my wife's mother passed away within the same week. more...
|
Another Way to Filter and Sort a DataTable
-
5/16/2009
C# PROGRAMMING -
general
This method will filter and sort a Datatable by converting it to an array of dataRows and then convert it back to a Datatable. more...
|
Filter and Sort a DataTable
-
5/15/2009
C# PROGRAMMING -
general
Filter and sort a data table for binding to an ASP.NET data Repeater more...
|
Randomize or Shuffle DataSet Contents
-
5/11/2009
C# PROGRAMMING -
general
Use this method to randomize a datatable so the result set is different each time. I use this on the cloud control on the home page. more...
|
Clickable Gridview Rows
-
5/5/2009
ASP.NET -
general
This gridview will have the ability to single click or double click its rows and then fire the row command event. more...
|