Sunday, December 14, 2008

Prerequisite of building or executing .NET applications

One has to accumulate first all its constituent assemblies and modules including the executable assembly. When, the constituent assemblies are arranged, one needs to be sure that the target system is included the .NET framework.

The application can now be executed by running its executable assembly (the .exe file). The executable assembly (.exe) is a Win32 executable that hosts the .Net CLR (Common Language Runtime), which is present as a COM component, in its process space and initializes it. Once the CLR is hosted and initialized, the opening point of the .NET executable assembly is passed to the hosted CLR which starts the execution of the program by translating and executing the parts of the program code. 

For More Information: DotNetNuke Custom Development

No comments: