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
What is break mode? What are the options to step through code?
Why do we use byref keyword in vb.net?
What is the difference between static or dynamic assemblies?
how to deploy vb.net with key and evaluation time? any one can help me?
List the two main parts of .net?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What are the advantages of VB.NET?
What is the main purpose of garbage collector?
Explain internal keyword in .net framework?
What is the difference between vb 6 and vb.net?
How would you implement inheritance using vb.net?
What is an assembly and its use?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Can we use Vb.Net and C# language simultaneously in one .Net application?
What is the advantage of using system.text.stringbuilder over system.string?