Welcome to MSDN Blogs Sign in | Join | Help

Mark Brown's Blog

Interesting facts about BizTalk, SharePoint, .Net, and more ...

April 2006 - Posts

How to determine size of .NET managed object in memory (like a sizeof for reference types)
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...
Trouble with Virtual Server 2005 (R2) Standard Edition and Network Cards
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...
Page view tracker