What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 7732 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > .NET Framework Interview Questions > What is CLR (Common Language Runtime)? . ...

What is CLR (Common Language Runtime)?

Interview question and answer by: Raja | Posted on: 4/12/2008 | Category: .NET Framework Interview questions | Views: 5167 |


Answer:

This is an execution engine for .NET Framework application. It provides a number of services including
1. Code Management
2. Application memory isolation
3. Verification of type safety
4. Conversion of IL to native code.
5. Access to meta data
6. Managing memory for managed objects
7. Enforcement of code access security
8. Exception handling, including cross-language exceptions.
9. Inter operation between managed code, COM objects and pre-existing DLLs (Unmanaged code and data)
10. Automation of object layout
11. Support for developer services (profiling, debugging etc.)

Asked In: Many interviews | Alert Moderator 
Found interesting? Add this to:


 Responses

Posted by: Jish | Posted on: 05 Mar 2012 04:35:38 AM | Points: 10 | Alert Moderator 

what is IL?

>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Raja

Even more ... | Submit Interview Questions and win prizes!


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/23/2013 6:18:14 AM