I'm making a website where the person can create software through it. But my question is: How to do this in an automated way?
The proposal would be to have the software done in WPF and the code be customized from a lot of switch-case
and if-else
and then it would be compiled on the server and the client could download the executable.
-
Is there any way to get my site to compile a
C#
code? -
What technologies should I use?
The back-end is being done with the php , but this can be changed as needed.