Sunday, June 22nd, 2008 Posted in Programming | 4 Comments »
In my last post, I discussed a method that could be used to run an anonymous method in another AppDomain. This approach works great if you have an ... Read more..Saturday, June 21st, 2008 Posted in Programming | 1 Comment »
I've been working on a small project where I was creating a plugin-based system and needed to execute a small snippet of code in another AppDomain. Normally there is a ... Read more..