What is intermediate language in .NET ?
Answer Posted / bikash karak
intermediate language is the middle men between source
code(executable code)and CLR(common language runtime).It
covert source code to a byte code as a result .net framework
execute code through CLR otherwise it is not possible to
execute because CLR not support any other code.It is just
like the middle process between vegetable and disk i.e cooking.
vegetable -> cooking ->disk
similarly
source code ->intermediate language -> native machine code
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is sorting in vb?
what is the advantage of option strict on?
Write a VB.Net console program to check whether a number is perfect or not.
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
Name some of the features of C# which are not present in VB.NET?
What are the different types of applications supported in .net (or) .net framework?
How a base class method is hidden?
Explain the difference between value and reference types?
What is different between web.config and machine.config and where it will be ?
What are option strict and option explicit?
How can we store decimal data in .net?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
Explain an assembly and its use?
Explain the difference between vb.net and c#, related to oops concepts?
What is the advantage of using system.text.stringbuilder over system.string?