Answer Posted / yogesh puranik
1:clr is a common language runtime which is foundation of vb.net .
2:which takes a major part in execution of code at run time.
3:The code managed by the clr is called managed code and other are called as unmanaged code.
4:The compiler compiles the code in Microsoft intermidiate language(MSIL) which is ununderstandable the clr with the help of Just In Time compiler (JIT) converts into understandable form.
5:Clr manages the memory by allocating it according to users expectations or fixed size.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a static class?
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.
What is the difference between value and reference types?
What is the use of console application?
What are the differences between vb.net and c#, related to oops concepts
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is sealed class?
What does assert() method do In VB.NET
How to connect crystal report in vb.net ?
Name some of the features present in vb 2005?
Name the two main parts of .net?
What is the exact defination of object?
Explain trace in vb.net?
Explain the difference between dispose and finalize()?
Why is the xml infoset specification different from the xml dom?