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
Is vb net a scripting language?
what is the advantage of option strict on?
Can you please explain the difference between authentication and authorization?
Define cls?
Can you please explain the difference between namespace and assembly?
What are the shadow variables?
What do you mean by serialization?
what is difference between namespace and assembly?
Observations between vb.net and vc#.net?
source code for how to login a vb.net application ?
Which classes a dll can contain?
How many classes a dll can contain?
How does vb.net achieve polymorphism?
What are the differences between c# and visual basic.net?
Explain the difference between an xml "fragment" and an xml "document."