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
Can you please explain the difference between system.string and system.stringbuilder classes?
What is the main purpose of garbage collector?
What is the difference between vb 6 and vb.net?
What do you mean by option strict on?
What are the difference between dispose(), close(), exit(), end()?
Define clr?
What do you mean by serialization?
Why do you need Lock in Visual Basic?
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 convert.tostring and i.tostring method?
Explain the differences between vb.net and c#, related to oops concepts?
Explain about the feature anonymous type?
How do you retrieve the customized properties of a .net application from xml .config file?
Which namespace are used for accessing the data?
What is deep copy?