C# / Development / .NET Creating a module initializer in .NET This article will cover the process, techniques and code required to automatically resolve an embedded library in C# and inject a module initializer into the compiled assembly using IL weaving.
Development / C# / .NET Accessing Google's API via .NET Recently I have been exploring Google's API to access their Drive functionality using the .NET 4.5 framework with C#. I'd like to share a few of my findings and maybe help a few people along the way.