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 |
what are importance in problem tracking
What is Partial class and its use?
what do you man by firmware
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
Explain what is OOPS and its concepts?
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
difference between list and display command ?
which is the best institute for testing tools in hyderabad?
Tag for turning an image into a hyperlink is
how many types of bytes are there???
what is lazy loading in hibernate?Explain in detailed manner?