Kelvin's Blog
Monday, 12 October 2015
This blog has Moved!
›
This blog hasn't been particularly active for the last couple years also. My apologies. I have started a new blog where I will post my ...
1 comment:
Thursday, 7 November 2013
Stub VS Shim VS Mock. Differences between Microsoft.Fake framework and Moq framework.
›
using System; using Microsoft.QualityTools.Testing.Fakes; using Microsoft.VisualStudio.TestTools.UnitTesting; using MicrosoftFakesFramework...
1 comment:
Saturday, 2 February 2013
Maybe class for null handling for reference types in C#
›
" Tony Hoare, the inventor of the null reference, called it his ‘billion dollar mistake.’ Null is a disaster because it means that eve...
Tuesday, 11 September 2012
Copying files is extremely slow to a vmware vm
›
Solution 1: After installing windows 7 64bit on my computer as the host operating system, copying files from the host windows to my linux...
Wednesday, 22 August 2012
VMWare Performance - vmem file cause harddisk IO busy
›
I am doing my project work on a vmware virtual machine. I normally will let the vm running over night. The issue is that the VM will hang fo...
Sunday, 20 May 2012
Prevent a large textbox from getting put on the second page in SSRS
›
Problem: When I render a SSRS report in PDF and the textbox is too big or long, it puts my large textbox on the second page and leave the f...
1 comment:
Tuesday, 15 May 2012
How to disable floating tabs in Visual Studio 2010
›
Solution1: Ctrl+DoubleClick, it will dock back to its last position. Solution2: The current version of Productivity Power Tools does...
›
Home
View web version