About CLR, reflection and assemblies?

Answers were Sorted based on User's Feedback



About CLR, reflection and assemblies?..

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

About CLR, reflection and assemblies?..

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

Post New Answer

More Programming Languages AllOther Interview Questions

What is the difference between WebIntelligence and Designer in creating universes?

0 Answers  


Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.

0 Answers   Amazon,


code for connection from windows forms to sql server

0 Answers   ME,


Number of null pointers in any binary tree

5 Answers   Infosys,


Which tag is used to break a line

3 Answers  






DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM

0 Answers   CTS,


4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?

0 Answers   TCS,


what is different between kenerl mode and user mode?

1 Answers  


how sap is different from other software ?

0 Answers  


Find out the list of roles which gives access to GUI activities? thanks in advance

0 Answers  


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 Answers  


What is meant by STACK?

5 Answers   Mascot,


Categories