.NET Blog

Tony Cavaliere

 
My Favourite Albums
  And the Grappa wins.
E-mail me Send mail
Add to Technorati Favorites AddThis Feed Button

Subscribe to Cynot Why Not


Recent posts

Disclaimer

Hey unlike other bloggers I stand by what I say but just in case. The opinions expressed herein are my own except on Tuesday when the second card is not turned up otherwise it ain't worth squat.

© Copyright 2010

Typemock – the ASP.NET Bundle


Unit Testing ASP.NET? ASP.NET unit testing has never been this easy.

Typemock is launching a new product for ASP.NET developers – the ASP.NET Bundle - and for the launch will be giving out FREE licenses to bloggers and their readers.

The ASP.NET Bundle is the ultimate ASP.NET unit testing solution, and offers both Typemock Isolator, a unit test tool and Ivonna, the Isolator add-on for ASP.NET unit testing, for a bargain price.

Typemock Isolator is a leading .NET unit testing tool (C# and VB.NET) for many ‘hard to test’ technologies such as SharePoint, ASP.NET, MVC, WCF, WPF, Silverlight and more. Note that for unit testing Silverlight there is an open source Isolator add-on called SilverUnit.

The first 60 bloggers who will blog this text in their blog and tell us about it, will get a Free Isolator ASP.NET Bundle license (Typemock Isolator + Ivonna). If you post this in an ASP.NET dedicated blog, you'll get a license automatically (even if more than 60 submit) during the first week of this announcement.

Also 8 bloggers will get an additional 2 licenses (each) to give away to their readers / friends.

Go ahead, click the following link for more information on how to get your free license.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by CynotWhyNot on Wednesday, May 20, 2009 11:18 AM
Permalink | Comments (65) | Post RSSRSS comment feed

Windows 2008 Server Hyper-V on my Dell Precision M65

I've decided that virtualization is the way to go. This is not to say that I haven’t virtualized in the past. I’ve had VPC virtual boxes that host IE6, IE7 and IE8. This allowed me to test my web applications in the various flavours of Internet Explorer. But for the most part I have always developed on a host OS. I guess I just haven’t felt comfortable developing on a virtual machine.

But this time things are different. Windows Server 2008 x64 with Hyper-V has the potential of changing all this. You now have an OS that supports hardware virtualization all in a 64 bit environment.

Last week I got my visa out and decided to buy a new hard disk for my laptop and installed Windows Server 2008 x64 with Hyper-V. So far the experience is great. I now have two guest operating systems; XP Professional and Windows 7 RC. I only have 2GB of RAM limiting me to only having a single VM running at any given time but I just got off the phone and will soon have 4GB, at which time, I should be able to host up to three guest VMs. Pretty sweet!

I wanted to summarize some of my experiences I had while getting this environment up and running.

 

Install RTM Version of Hyper-V

I have a MSDN subscription and the version of windows 2008 server I downloaded has a pre-release of Hyper-V. Make sure you upgrade to RTM.

Install Latest BIOS Version

This is good practise anyways. Go to your vendor and install the latest version of BIOS.

Enable Hardware Virtualization

Run your BIOS setup program and make sure that the virtualization option is enabled. By default Dell has this option disabled. This is a must if you want to use Hyper-V.

Install x64 Display Drivers

This one is optional but necessary if you want to get the most of your display. The M65 has a WUXGA (1920x1200) display. The generic drivers that are installed by windows server 2008 only support 1200x1024, certainly not ideal! Finding a x64 driver for the nVidia Quadro FX350 was time consuming. nVidia doers not provide one and the Vista x64 from them won’t install. After many hours of googling I finally found a driver that works. I am currently using XFastest-177.85 Vista64 driver and I am back to 1920x1200.  

Configure Windows Server 2008 Desktop Experience

This is purely optional. If you like a desktop experience then you should enable this feature.

Connect using RDC

Again optional, but connecting to a VM using Hyper-V has a display limitation of 1600x1200. If you want to get maximum resolution when running a VM then connect using RDC. Using RDC also has the added advantage of enabled audio. I have yet to find a way of enabling audio for a VM running in Hyper-V. To get RDC to work you will still need to start the VM from Hyper-V. Once the VM has started, start RDC and connect to that VM.

 

So far my experience with Windows Server 2008 x64 has been very positive. The VM’s have been responsive. The only complaint I have so far is video playback or animation running in a browser, it’s slow but acceptable. Not a huge issue as I can always run my browser in the host OS.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by CynotWhyNot on Friday, May 08, 2009 10:24 AM
Permalink | Comments (70) | Post RSSRSS comment feed