Feeds:
Posts
Comments

Archive for February, 2010

A very generous soul has coded up a utility for cloning VirtualBox VDI’s, among other useful features.

CloneVDI tool – Discussion & Support View topic • virtualbox.org.

Thanks!

Read Full Post »

Look what I just found…

Today I’m pleased to announce we have shipped the RC for Visual Studio 2010 / .NET Framework 4! MSDN subscribers can download the bits immediately from this location. The RC will be made available to the public on Wednesday February 10.

via Jason Zander’s WebLog : Announcing VS2010 / .NET Framework 4 Release Candidate (RC).

The RC’s include a Go Live license which means they can be used in production. On a closely related note, ReSharper has a nightly build available that supports the new RC’s.

http://confluence.jetbrains.net/display/ReSharper/ReSharper+5.0+Nightly+Builds

Time to make good use of Comcast’s overpriced bandwidth and start the 2.3GB VS2010 Ultimate download!

Read Full Post »

Wanna bind an enum to a combo box?

Quite frequently in Web and Windows apps, I’ve found it necessary to display data values contained in an Enum type typically inside of a list or combobox type control.

via Using Enums in List Controls – Rick Strahl’s Web Log.

Read Full Post »