Monthly Archives: November 2009

Creating backup image using Windows 7

One feature in Windows 7 that I like is able to backup the drive as an image while is working. Many 3rd party programs provide the utility to create drive backup image but during the backup the computer need to … Continue reading

Posted in Uncategorized | Leave a comment

Solving: Cannot implicitly convert type ‘System.DateTime?’ to ‘System.DateTime’‏

It seems nothing wrong but somehow .NET Framework does not allow it. The class has a property: public DateTime StartDate { get; set; } The LINQ to SQL class has a StartDate property with DateTime data type but when do … Continue reading

Posted in Uncategorized | Leave a comment