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


Please Help Members By Posting Answers For Below Questions

How to use multiple submit buttons in asp.net mvc?

1319


Possible ways to prevent xss attacks on mvc application?

1094


Explain the request flow in asp.net mvc framework?

1105