Answer the question
In order to leave comments, you need to log in
How can I create executables in a C# Net program?
Tell me, pliz, how exactly can you create a program that would generate ready-made executables at the output? Something like a compiler, but very simple. In fact, I need to create an analogue of the same visual studio, but very much simplified.
Tell me where to dig? Something I don't understand at all.
That is, it is necessary to teach my application to create other applications. Just write your own compiler? Are there any ready-made solutions?
Answer the question
In order to leave comments, you need to log in
There is a class called CSharpCodeProvider ( https://msdn.microsoft.com/en-us/library/microsoft... ).
There is a large namespace System.CodeDom.Compiler (although only CodeDomProvider is clearly needed there)
There is Roslyn.
Detail:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question