About CLR, reflection and assemblies?
Answers were Sorted based on User's Feedback
Answer / guest
CLR is Comman Langauge Runtime is the core runtime
envirnment in the Mircrosoft.Net Framework on which the
application done.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / nadeem khokhar
CLR is common language runtime, every managed application must passes from the CLR,
CLR manages memory, threads at run time using the JIT compiler.
JIT compiler compiles the code and create an assembly called intermediate language which can be converted into other languages. assembly contain dll and exe file. (meta data and code)
i dont know the reflection...
| Is This Answer Correct ? | 0 Yes | 0 No |
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
what is the basic and unique feature of dotnet
Full from of MP3?
how do i create my own exception class which will restrict IO exception?
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
How to print a name "ARCHANA" in any programming language
Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.
give idea for creating screen in abap
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM
Why we use NEW operator when we create Object,While in C++ we donot ?
what is the difference between Windows application and Unix application?