RLP for Managed Code (MSIL)

Now we know that we can create C code that can be loaded and run, but what about c# code? Is it possible to load c# (or MSIL) from storage and run it on the .netmf?

Check app loading code from @ Skewworks.

Start here:
http://www.tinyclr.com/codeshare/entry/147