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
Is vb net a scripting language?
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 commom language runtime?
Why do we use ansi keyword?
Define cls?
Explain internal keyword in .net framework?
What is option strict?
Explain code security?
Explain convert.tostrin?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
How many languages are supported by .net?
What is difference between import system.data.sqlclient,system.data.oledb?
What is the difference between system.applicationexception class and system.systemexception?
Can you please explain the difference between namespace and assembly?
What is public assembly?