what is IL code in .Net?

 Posted by Pradeep Raturi on 2/5/2013 | Category: .NET Framework Interview questions | Views: 4244 | Points: 40
Answer:

.Net architecture supports many languages, we are free to write code in many languges. The beauty of .Net is , it converts all code written in different-different languages into a single common code after compilation,that common code is known as IL code or we can say it MSIL(microsoft intermidate language)code.


Asked In: Interviews | Alert Moderator 

Comments or Responses

Login to post response