Role of CLR in .NET Framework
Explain the role of CLR in .NET Framework.
Expert
CLR offers an environment to execute .NET applications over the target machines. CLR is also a common runtime environment for all .NET code irrespective of their programming language, as the compilers of the respective language in .NET Framework transforms every source code into a common language called as MSIL or IL (Intermediate Language).
CLR also offers various services to execute the processes, such as memory security services and managementservices. CLR performs several tasks in order to manage the execution process of .NET applications.
The responsibilities of CLR are listed as follows:
a) Garbage Collection b) Automatic memory management c) Code Access Security d) JIT compilation of .NET code e) Code verification
Explain about the ASP.NET AJAX Framework.
Explain types of XML Application Programming Interface (API).
Explain the term Merge Module projects?
Write down some of the features which are present in the VB 2005?
Write difference between an Abstract class and an Interface.
Explain the use of Windows Installer.
Describe Common Language Specification (CLS)?
What are HTTP handlers in ASP.NET?
Explain the concept of Web services.
Illustrate the difference between the const and readonly?
18,76,764
1926931 Asked
3,689
Active Tutors
1454003
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!