⟩ What is IL in VB.Net?
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
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
Please explain what are an object and a class?
What is the concept of inheritance and how it works in .NET?
Explain me difference between public and static modifiers?
Please explain what is the difference between a class and an object?
Please explain what is a delegate?
Tell us what is a variable of implicit type and what is its scope?
Please explain is the JIT an interpreter?
Please explain what is Reflection and what is it for?
Tell us what is a sealed class?
Tell us what is the Native Image Generator?