Tuesday, June 30, 2009

Poster: LINQ queries explained

LINQ poster showing various query optins My fellow VSTS MVP Marcel de Vries published a great poster explaining the various options a developer has when using the powerful LINQ queries.

Download poster at: http://www.infosupport.com/linq

Monday, June 29, 2009

Disabling time synchronization in VMware

Sometimes it might be useful to set the date and time in a virtual machine explicitly. Therefore you need to turn of the automatic time synchronization with the host system.

To do so set the following options in the virtual machine's configuration file (.vmx) using your favorite editor:

tools.syncTime = FALSE
time.synchronize.continue = FALSE
time.synchronize.restore = FALSE
time.synchronize.resume.disk = FALSE
time.synchronize.shrink = FALSE
time.synchronize.tools.startup = FALSE

Source: http://geekswithblogs.net/AJGB/archive/2006/10/19/94498.aspx

For more info see:
Timekeeping in VMware Virtual Machines

P.S. For disabling the time synchronization with Virtual PC 2007 see:
http://blogs.msdn.com/virtual_pc_guy/archive/2007/11/28/disabling-time-synchronization-under-virtual-pc-2007.aspx