februari 2009 - Posts

16 februari 2009
Mocking objects that change arguments
Most mocking framework know how to mock an interface or (abstract) class and fake the method calls that are performed on these mocks. However, hardly any of them can do anything other than provide a return value when the mock method is called. This poses a serious problem when ref or out parameters are... Read More...
Filed under:
16 februari 2009
Quick tip on Visual Studio 2008 and UAC
On a Windows Vista (and presumably Windows Server 2008) that has User Account Control (UAC) enabled you are no longer able to drag and drop files from Windows Explorer into your VS solution. I always used this to quickly add files to a project. What a bummer. There are 2 workarounds: Copy or move the... Read More...