[Mono-list] General .NET Q

Shawn Vose svose@programmerforrent.com
24 Mar 2004 21:05:20 -0500


Does anyone know if the following is possible:

Taking a snippet of .NET c# code, maybe a function, and storing it in a
mysql db

to be later called by another piece of code and executed?

I was asked this question by a client and I dont have the slightest clue
on how to answer this. My initial answer is no because it would have to
be compiled into the calling class; however, I am thinking that
system.reflection would be able to help me.

Any opinions or direction  would be greatly appreciated.


Regards,
Shawn Vose