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


Please Help Members By Posting Answers For Below Questions

What is sorting in vb?

667


what is the advantage of option strict on?

789


Write a VB.Net console program to check whether a number is perfect or not.

7284


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.

1370


Name some of the features of C# which are not present in VB.NET?

762


What are the different types of applications supported in .net (or) .net framework?

709


How a base class method is hidden?

805


Explain the difference between value and reference types?

659


What is different between web.config and machine.config and where it will be ?

778


What are option strict and option explicit?

1107


How can we store decimal data in .net?

737


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 .

1735


Explain an assembly and its use?

703


Explain the difference between vb.net and c#, related to oops concepts?

700


What is the advantage of using system.text.stringbuilder over system.string?

826