Can someone give me an example of how I can create an exe file with no dependencies from a console app project?
I know that in bin/debug I will have the exe file after compiling my code. I would like to know how can i make an exe that will run on every computer without the need to install Visual Studio (or any other dependency: eg .net framework) on that particular computer. Is it possible?
Is there a better way to create .exe files that run on every computer?