Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All

I am developing a .Net application in the framework 3.5. I am a novice in the .Net Framework and C# environment. After building an application the IDE will generate an executable file which is also known as Programmable Executable.
My doubt is when we launch an application how does Operating System loads the application into the memory and what is the first thing Operating System do when we tried to launch any application and how does an Operating System know whether the application is supported by itself or not?
Posted

1 solution

Hi there,

You can find a proper description of how a .Net application is executed on the following pages:
csharpfriends.com[^]
mottishaked[^]

cheers,
Marco Bertschi
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900