What is intermediate language in .NET ?

Answer Posted / vishal surve

When you compile a progam developed in a language that targets the CLR, instead on compiling the source code into machine-level code, the compiler translates it into IL to ensure interoperability between applications developed in different programming languages, such as Visual Basic or Visual C#. Intermediate Language is CPU-independent. This means that the code can be executed from any platform that supports the .NET CLR.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain an assembly and its use?

527


Tell me how many .net languages can a single .net dll contain?

523


What is the significance of delegates?

515


How to run a dos command in vb.net?

612


Explain enumerator?

524






How do you retrieve the customized properties of a .net application from xml .config file?

516


what is the advantage of option strict on?

604


What is the use of assembly?

567


Using VB, how can you change the Mouse Pointer?

637


Explain i.tostring method?

522


What is the diff between vb mdi form and .net mdi form?

542


What is the use of internal keyword?

574


Allowed program to auto-correct the database when loading a presentation.

1743


I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com

2210


What is code access security?

684