I would like to know how to run the c# process form my notepad? Could you give me some advise please? I have the c# code in the notepad and I would like to run this class outside visual studio because, as, when I updated a new algorithm from the internet and save it to .cs, my command was not updated by the program. The program need to be restarted, but if the process was called form outside, do I have to save it on notepad or something it can run by hooking a code? Thank you
public class Answer
{
//need run c#code process from notepad here
}