adspace
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
Answer Posted / Satish Chadhary
The operating system recognizes that an .exe file is created with the .NET Framework when it contains a manifest. The manifest includes information such as the required version of the .NET Framework and acts as a bridge between the executable and the runtime environment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers