ide - c#: how do i create a program that will run code that i punch into a text box? -


i wondering how can create small app accept input , run code. same light building ide, dont want go far, want use fcl. if had text box , punched in:

string x = "hello"; int mylength;  mylength = x.length; 

then hit submit button, compile , run output window. there pretty simple way this? or going have right pretty involved method breaks up? sorry if i'm not being totally clear, wasn't positive on how ask question lol. i'm getting at, want create sort of code "calculator" tool can punch in simple snippets , test returning without having build full class , compiling test simple. can point me in right direction?

here link on compilerservices namespace:

http://www.codeproject.com/kb/vb/dotnetcompilerarticle.aspx


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -