Answer Posted / shruti kaushik
it is d most important component of .net framwork. it is a
heart & soul of .net architecture. it provide d execution or
run time enviornment to d .net application(c# program,
vb.net program etc...)
there r sm components of clr, dey r as follows:-
1.comman type system (cts)
2.intermediate language (il)
3.exection support function
4.security
5.garbbage collection
6.class loader
7.memory layout
it is also known as .net runtime.....
it cnverts d il into native executable code through jit(just
in tym) compiler........
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the differences between server-side and client-side code?
How do you use two datareaders at the same time in a vb.net windows application ?
Which dll is used for microsoft .net run time?
Tell us how many languages are supported by .net?
List the types of generations in garbage collector?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
What languages does the .net framework support?
What is the difference between Namespace and Assembly?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Explain some of the exclusive features which are present in vb?
Explain about branching logic control in vb.net?
What is tracing?
Explain managed code?
Explain how to send xml file on server using http protocol?
What is the importance of a Button control?