C # is based on the Microsoft .NET Framework. There are several versions of the .NET platform. 1.0 to 4.5
If you create your code in .net framework 2.0, then for your .exe file to work on another computer, it must first install .net framework 2.0 on this computer. The same goes for all other versions.
All frameworks can be downloaded from microsoft.com.
source share