Microsoft.NET 2.0 Question:
Download Questions PDF

What is IL in VB.Net?

Answer:

The code which we write in .net are basically source code.When we compile it the .net CLR 1st convert it from source code to machine understandable language. and that language is called as IL or MSIL

Download Microsoft.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Can 2 different applications use the same dll in GAC at the same time?Explain What is the difference between response.redirect & server.transfer?