NSandbox: An Introduction

Monday, October 13th, 2008 Posted in Programming | No Comments »

In my last post I introduced a new utility library called NSandbox that makes interacting with AppDomains, or sandboxes, incredibly easy.  I didn't go into specifics about how to use ... Read more..

Announcing: NSandbox on Sourceforge

Thursday, October 9th, 2008 Posted in Programming | 5 Comments »

Have you ever needed to: Use a "plugin" architecture? Unload an assembly after using it? Execute arbitrary code with different ... Read more..