What is intermediate language in .NET ?
Answer Posted / atul dhiman
CLR provides the environment that enables managed code to execute and also provide different services in run-time. It is a run-time process which runs the code and give services that makes the development easier. During run-time code converted to IL/ MSIL (Intermediate Language) which is understandable to CLR and then it is converted to Native code or Binary code/Machine Language with the help of Just IN Time (JIT) compiler.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can you please explain the difference between value and reference types?
What is vb.net used for?
When do you use virutal keyword?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What is the difference between compiler and interpreter?
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
How do you call a stored procedure in Visual Basic?
How many languages are supported by .net?
Describe about visual basic.net?
Can you please explain the difference between vb and vb.net?
what is commom language runtime?
What is the purpose of objects present in asp.net?
Explain the difference between int and int32?
What are the two main parts of .net?
Is vb.net dead?