Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is intermediate language in .NET ?

Answer Posted / vipul sachan

In .net when code compile by c# or vb.net compiler then it
convert into managed module.managed module contain IL along
with metadata.there are some points regarding IL as following -

1-IL commonly known as MSIL(microsoft intermediate language).

2-IL can readable only by CLR.Because of IL .net
applications are platform independent.

3.if we make application using any language(language must
support to .net environment)then after compilation it will
convert to IL.IL can be readable only by CLR.

4.In this way, through IL we achieve interoperability in .net.

5.we can check Intermediate language by command ILDASM
+space bar + file-name.dll/exe in visual studio command prompt.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the advantage of option strict on?

977


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

1067


what is diffrence constructor and destructor in vb

1024


Can you please explain the difference between thread and process?

1028


How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?

2991


What are the features present in vb 2005?

1087


Explain the difference between dispose and finalize()?

1198


Explain about jagged arrarys ?

952


Explain about the keyword must inherit?

1024


Explain private assembly?

981


What are the shared variables?

1109


Using VB, how can you change the Mouse Pointer?

1154


Which is the base class for all the classes in .net framework?

1053


What is the maximum size of the textbox?

1031


Define cls?

1062