Answer Posted / adarsh srivstava
MSIL IS Microsoft Intermediate language.It manage code when
compiling. the compiler translate your source code into
microsoft intermediate language.It must be converted cpu
specific code, usually by a jit(just in time)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain about visual basic?
What is the advantages of VB.NET?
Explain about the feature anonymous type?
what is difference between web.config and machine.config and where it will be ?
Can we use Vb.Net and C# language simultaneously in one .Net application?
what is interface and when it is used?
How does vb.net achieve polymorphism?
Define clr?
What is the difference between .dll extension and .exe extension files?
Explain how does the xmlserializer work?
What is the difference between datagrid and gridview?
Explain about visual basic.net?
What is intermediate langauge?
What are the difference between structure and class?
What does assert() method do In VB.NET