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 are the different types of a stream?
What is the source code for display the picture in button click event?
Which namespace are used for accessing the data?
Explain an assembly and its use?
What are the features of c# which are not present in vb.net?
Explain code security?
What are the various open source tool available for VB.NET?
What is the Advantage of vb.net over vb
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Explain the use of console application?
What is difference between inline and code behind?
Explain internal keyword in .net framework?
What is internal keyword in .net framework?
What is the difference between datagrid and gridview?
Why should you use delegate?