adspace
Answer Posted / Anuj Chaudhary
MISL (Microsoft Intermediate Language) is an intermediate language used by Microsoft .NET Framework. It's a common language for Microsoft's Common Language Runtime (CLR). However, MISL isn't directly programmable; it's generated by the compilers of various .NET languages like C# and VB.NET.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between system.string and system.stringbuilder classes?
Explain an assembly?
What are the features of c# which are not present in vb.net?
What is the use of assembly?
What is early binding?
Explain the difference between datatable and dataset?
How to retrieve images in sql server database through vb.net?
Explain how can we remove handlers at run time?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
How to store images in sql server database through vb.net?
What is option strict?
How to send xml file on server using http protocol?