I was wondering if it is possible to compile a .NET Framework application into just one executable file. Without there being .dll
external files.
I did some research but I did not succeed.
I was wondering if it is possible to compile a .NET Framework application into just one executable file. Without there being .dll
external files.
I did some research but I did not succeed.
If you just want to put it all together just use ILMerge.exe . It is a standard .NET Framework tool.
If you can accept a DLL you can use .NET Core , but you can not run any application.
If you want an even (unmanaged) executable, you can use .NET Native , but you are not yet available for all types of applications. The Mono already .