ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 377 Page Views: 

Is it possible to look at the IL for an assembly?



Posted By: Avi Date: 1 October 2010 03:14:14 AM
 Answer:

Yes, one can view IL for an assembly. IL stands for Intermediate Language. It can be viewed with a tool provided by microsoft in the .net framework called as Ildasm.


Posted By: avibtech


Date: 1 October 2010 03:14:14 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image KQp3RT
Related Questions
ASP.Net : Is it possible to apply an alternating color scheme  in a Reporter Control?

Is it possible to apply an alternating color scheme in a Reporter Control?

By using AlternatingItem template. The style properties of AlternatingItem template can be used to g....
Category: ASP.Net Date: 10/1/2010 9:45:19 AM
ASP.Net : Suppose a certain ASP.Net  function is executed on MouseOver  for a specific button, then where would you add an event handler?

Suppose a certain ASP.Net function is executed on MouseOver for a specific button, then where woul....

The MouseOver attribute is added to the button. The code is as follows:- Buuton_Name.Attributes.Add....
Category: ASP.Net Date: 10/1/2010 8:37:13 AM
ASP.Net : Assume a situation where one person is logged in and he leaves the system without logging off. Now the second person comes and try to log in his account. Now it is required that as soon the new person logs in the seesion of the first user automatically ge

Assume a situation where one person is logged in and he leaves the system without logging off. Now t....

The following two lines in the page load event of login page can help in solving this situation:- f....
Category: ASP.Net Date: 10/1/2010 8:20:14 AM
ASP.Net : In clent-side validation form which type of events are commonly used?

In clent-side validation form which type of events are commonly used?

Required Field Validator.
Category: ASP.Net Date: 10/1/2010 7:07:14 AM
ASP.Net : What is the use of ASPCOMPAT attribute?

What is the use of ASPCOMPAT attribute?

ASPCOMPAT attribute is used as an compatibility option. It is known that ASP works on STA model and ....
Category: ASP.Net Date: 10/1/2010 6:46:13 AM