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
How do you call a stored procedure in Visual Basic?
How to run a dos command in vb.net?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
What is strong name in .net assembly?
source code for how to login a vb.net application ?
Explain about globalization?
Can you please explain the difference between thread and process?
What is branching logic control in VB.NET?
What is vb.net used for?
What is strong typing and weak typing?
What is difference between import system.data.sqlclient,system.data.oledb?
Which control is an example of an object in vb net?
What is sealed class?
What would you do to remove microsoft visual basic name space?
Explain the use of new keyword?