VB Dot Net Developer Question:

Explain Managed code?

Answer:

Managed Code is used to run inside the CLR environment and it is called as .NET run time. All Intermediate Language (IL) are set to be Managed code.

Read All 56 VB .Net Developer Questions
Previous QuestionNext Question
How to store decimal data in .NET?Explain deep copy?