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.
Previous Question | Next Question |
How to store decimal data in .NET? | Explain deep copy? |