CF GAC, Loader, Interop, etc...
July 2005 - Posts
-
I knew it'd been a while since I'd updated my blog, but the realization that it'd had been nearly a year since my last post shocked me some. I mean, I've told people it'd been nearly a year, but didn't really believe it until I saw the date myself. Well, Read More...
|
-
using System; using System.Reflection; using System.IO; using System.Runtime.CompilerServices; /// <summary> /// A simple helper class for extracting Resources from the /// calling assembly /// </summary> public class ResourceHelper { private Read More...
|