Is it possible to create an application in c# that can itself create another application from source code it creates dynamically?
for example, application 1 runs and asks you some basic questions. then uses the answers to those questions to compile a brand new exe for you containing your answers inside the source code?
I hope that makes sense!
Martyn