Did you know that VS2008 has a great feature to remove any unused 'using' statements in your code? Simply right click anywhere in your code file, select ' Organize Usings ' and select ' Remove Unused Usings '. You then end up with only the using statements
Read More...
Lately I've been experimenting with SCVMM and PowerShell, and I wondered how hard it would be to automate the creation of a Virtual Machine via C#. Well the good news is that's it not that hard at all! In this post I'm going to demonstrate how to: Create
Read More...