Friday, July 03, 2009 10:40 PM
 
Most Recent Postings
Printing Out Object Fields and Values -    C# PROGRAMMING - general
A great way to see all of the values in an object. more...

LINQed & Layered -    C# PROGRAMMING - general
Implement CRUD Operations with LINQ in Three-tier more...

LINQ to SQL is NOT dead! -    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 -    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 -    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 -    C# PROGRAMMING - general
Filter and sort a data table for binding to an ASP.NET data Repeater more...

Randomize or Shuffle DataSet Contents -    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 -    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...

A Good Way to Organize External Javascript File(s) -    WEB DEVELOPMENT - general
This was a reply to a post on stackoverflow by Jason Bunting. He mentions a great way to organize javascript files within a visual studio web application. Here's what he had to say. more...

Find the First and Last Days of the Month with C# -    C# PROGRAMMING - general
Simple functions to find the first and last day of the month based upon a supplied date.  more...


1 - 10 of 110 posts