Just out of curiosity ... is it possible to programmatically get an MSIL delegate? I am curious because I played with the idea of a distributed computing system where you can just write programs, and the program itself will be distributed to each disparate node where the work will take place. I know that you could do this by copying the actual assembly over the network and loading it into appdomain, but I think it would be very interesting to have a simpler model to work with.
thanks!
source
share