Wednesday, April 17, 2013

Simple way to compare two datarow objects C#

DataRow dr1 = ..

DataRow dr2 = ..

IEqualityComparer<DataRow> comparer = DataRowComparer.Default;

bool isMatch = comparer.Equals(dr1, dr2);
 
Enjoy!

Tuesday, April 2, 2013

MMS 2013 - Las Vegas

MMS 2013 is closing in with only one week to go until show time. We're looking forward to see what news will come from the giant software company, it will be particularly interesting to see third party IT automation and self service solutions.

We'll be back with some posts live from the event!