Whats MSIL, and why should my developers need an
appreciation of it if at all?
Answer Posted / sunayana
MSIL is the Microsoft Intermediate Language. All .NET
compatible languages will get converted to MSIL.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to Insert/Add in ASPXgridview
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is the difference between custom web user control and a custom web server control?
How does the iis work?
How many types of controls are there in asp.net?
What is is post back property in asp net?
How many types of state management are there in asp net?
Where is the session stored?
Distinguish between Server-side and Client-side code with its functionality?
Explain about consistent programming model in the .NET framework?
What does the .webpart file do?
Why do you use the app_code folder in asp.net?
What are the various types of validation controls provided by asp.net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?