About CLR, reflection and assemblies?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?

1651


Diffrence between 2.0,3.0,3.5,4.0. versions of .net?

2768


how to stop execution of step 3 in a job mainframe

1717


pleasew define carrier scope in abap (sap).

2108


Definition of Singleton Class? what is the Purpose of it? what is the advantage?

1593






how pseudo column works?

1723


Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?

3367


Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.

1554


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

1391


SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?

1517


Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)

2236


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

1398


How to call dll API sub routine in VB Form.

1912


Write a program to swap the content of two variables without using a third variable.

582


How will you prove that java swing is multithreaded?

1699