What is intermediate language in .NET ?
Answer Posted / bovindra singh
It is cpu independent language.It is only understand by
CLR.due this language(MSIL) vb.net application can run on
any platform on which .net framework is present.
| Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
What are the different types of applications supported in .net (or) .net framework?
Can you please explain the difference between authentication and authorization?
what is commom language runtime?
Name some of the features of C# which are not present in VB.NET?
Explain the difference between import system.data.sqlclient and system.data.oledb?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Explain strong name in .net assembly?
What is writeline in vb.net?
Explain jit?
What do you mean by serialization?
Name the class which allows an element to be accessed using unique key?
What is the difference between system.applicationexception class and system.systemexception?
what is common language specification?
How do you call a stored procedure in Visual Basic?
What is deep copy?