C # portable standalone compiler

I am creating an application that I need to work on the road, I have access to many computers on which I do not have administrator privileges to install software.

I use C #, so I want to have a portable version of C # or any other waiting for my application to compile on any other PC ...

Also, if there is a C ++ compiler, that would be great.

+5
source share
3 answers

SharpDevelop - , , , .

+2

There is no official way to do this with any .NET language. C # compiled programs and libraries need the .NET Framework. This is a required dependency.

By the way, check out this product:

If you have money, you can check this out because I believe that this will solve your problem.

+1
source

All Articles