Run Anonymous Methods in Another AppDomain, Part 2

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..

Run Anonymous Methods in Another AppDomain

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..