CLR major functions:
a) Garbage collection,Code Access security,Code verification(Type safety)
b) CLR allows an instance of class written in 1 language to call a method of class written in another language.
c) CLR loads the assembly and locates the entry point
d) Processor cant execute Intermediate Language.So CLR invokes JIT compiler to compile the method to machine language.
e) Memory management,Thread Management,Exception Hnadling,Cross language Integration,multiple language support
f) In Transact SQL u cant write functions,storeporocedure,trigers.But its possible to write in sql server using CLR.(CLR integration)
g) Used to identify namespace.After loading assemblies,CLR identify namespace for code in assemblies
h) CLR can load and execute source code written in any .net lang if type is described in CTS.
Sivakumar.S, if this helps please login to Mark As Answer. | Alert Moderator