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 difference between structure and class?
What is the source code for display the picture in button click event?
Explain about branching logic control in vb.net?
Explain the difference between import system.data.sqlclient and system.data.oledb?
Explain the difference between web.config and machine.config and where it will be ?
Can you please explain the difference between system.string and system.stringbuilder classes?
Explain global assembly cache (gac)?
Explain an assembly and its use?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
Why do you need Lock in Visual Basic?
Explain the difference between datatable and dataset?
Explain manifest?
Explain about visual basic.net?
Explain cts?
Tell us how many languages are supported by .net?