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 |
< No Frames > tag is used for
I'm new to ABAP. What is Module pool in SAP?
What is meant byStatic Variable ?
What are the tasks performed by a Team Lead
Write a program to find whether a given number is prime or not.
What is meaning of web application. & the purpose of web application. with description.
what is oops?
how can i split string in a textbox in windows appication using C#.net
along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest
How can successful and thorough systems planning, analysis, and design be ruined by poor systems construction and implementation? How can poor systems analysis or design ruin a smooth construction and implementation? For both questions, list some consequences
What are the other ways to create an object with out calling new keyword in java?
what does mean and stack mean in genral programming?