What is intermediate language in .NET ?

Answer Posted / santosh

.net supports CLS i. e. Common language type. its a
microsofts feature to bring all languages near one roof.
When You compile .net code it dosen't converted into binary
language, it converted into IL (Intermidate Language) also
known as MSIL. And from IL to binary language converted at
run time, CLR manages this process. At the runtime also it
not converts whole project at time to binary, only converts
that part which is going to execute, this the performance
of project increases. This IL can use any lanuage which is
member of that .net studio. The assemblies (ExE, DLL) are
also in IL form. So u can use any EXE or DLL created in
vb.net in c#.net also.

Is This Answer Correct ?    71 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the difference between structure and class?

646


Can you please explain the difference between dispose and finalize()?

576


What are the features present in vb 2005?

651


How can we store decimal data in .net?

625


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

602






Explain about Visual basic.NET culture?

667


Explain about the feature anonymous type?

696


what is common type system?

599


How many languages are supported by .net?

622


Explain the use of serialization and deserialization?

609


How to view an assembly?

672


What is the difference between .dll extension and .exe extension files?

687


What are jagged arrarys ?

647


How would you implement inheritance using vb.net?

592


Explain cls?

669