Blog
Resize VMWare virtual machine under Windows 7
Pretty often I find myself stuck on a VM with not enough diskspace. Making the thing bigger is not a problem if you have the manuscript laying around.
This is the procedure I succesfully use on VMWare workstation virtual machines containing Windows 7.
Adding a DataSourceAttribute through CodeDom
Recently I have done quite a few T4 templates that use CodeDom to generate Automated test classes for use with Microsoft Test Manager. One of the problems I encountered was adding a DataSource attribute through CodeDom. This example shows how to do that.
