Monday, 30 March 2009

Customers

A customer brought in some mini pcs today, they were really dirty. Looked like they took them to the beach. I can't understand how people could let them get like that. The thing was they were wanting software installed on them so they could take them to an exhibition.



Thursday, 19 February 2009

Import CSV file to DataTable

http://tinyurl.com/dagek3

Int To Enum

DayOfWeek weekDay = (DayOfWeek)Enum.ToObject(typeof(DayOfWeek), 1);