09/05/2011 03:17 by KCornell
The common language runtime is the execution engine for .NET Framework applications.
It provides a number of services, including the following:
A:MSIL is the CPU-independent instruction set into which .NET Framework programs are compiled. It contains instructions for loading, storing, ...(more)
A:An assembly is the primary building block of a .NET Framework application. It is a collection of functionality that is built, versioned, a...(more)
A:The .NET Framework simplifies deployment by making zero-impact install and XCOPY deployment of applications feasible. Because all requests...(more)
A:An application domain (often AppDomain) is a virtual process that serves to isolate an application. All objects created within the same ap...(more)
A:The .Net framework is a programming platform that allows the user to develop Microsoft desktop and web applications using a variety of languag...(more)
Added Successfully!
×Voted Successfully!
×You can't vote for yourself
×You can't choose your own answer
×