An approximate way to determine the size of object usage in memory can be done by checking the total memory before and after the creation of the object. In the following example it is assumed you have a class named foo. long StopBytes = 0; foo myFoo;
Read More...
I was having trouble with Virtual Server 2005 recognizing my host network cards. After many tries of uninstall/reinstall, add/remove virtual network machines from NIC cards, and other various config changes I finally figured out my situation. Symptom
Read More...