November 2007 Entries
UPDATE (12/17/2007): My blog has moved. This post is now located at: http://jason.whitehorn.ws/2... A Visual Studio 2008 InstallFest will be held this Monday (12/3/2007) in Tulsa Oklahoma. The event is sponsored in part by TulsaDevelopers.NET. I will be at the event, so if you see me let me know...
UPDATE (12/17/2007): My blog has moved. This post is now located at: http://jason.whitehorn.ws/2... I have just launched a Wiki devoted to all things .NET. You can check it out at MarshalByRefObject.net/Wiki/. The site is new, so there is still lots of room for improvement. So if you see anything you'd like see improved, just let me know...
UPDATE (12/17/2007): My blog has moved. This post is now located at: http://jason.whitehorn.ws/2... I do not know how I missed this, but just today I found out that you can expose an assembly's internal methods/properties/classes to a "friend" assembly. Normally internals are only accessible to members of the same assembly, and are often used to hide "plumbing" methods and utilities classes. For many reasons you often want to separate your code into multiple...