Comman language Run-Time(CLR) is the execution engin for .net framework application. CLR is a part of .net framework that enables program to be portable, supports mixed- language programming.
Services of CLR:-
Services of CLR:-
- Code management(loading and execution)
- Application memory isolation
- Veryfication of type safety
- Conversion of IL to native code
- Access to metadata
- Managing memory for managed objects
- Enforcement of ocde access security
- Execution handling, including cross language exceptions
- interoperation between managed code, com objects, and pre-existing DLL(Unmanaged code and data)
- Outmotion of object layout
- support of developer services.
No comments:
Post a Comment