Can we look at the IL for an assembly?

Answers were Sorted based on User's Feedback



Can we look at the IL for an assembly?..

Answer / swapna

Yes. MS supply a tool called Ildasm which can be used to
view the metadata and IL for an assembly.

Is This Answer Correct ?    6 Yes 0 No

Can we look at the IL for an assembly?..

Answer / anjana

Yes. Right, we can see the IL(intermediate language) code
for the project by the ILDASM Tool which is available with
framework.
for ex. Open Helloworld.Exe file in this tool u will get the
result.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What type of filter does outputcacheattribute class represents?

0 Answers  


Explain bundle.config in mvc4?

0 Answers  


If I have multiple filters implemented, what is the order in which these filters get executed?

0 Answers  


how do you truncate a table using entity data model?

0 Answers   Microsoft,


Can you explain renderbody and renderpage in asp.net mvc?

0 Answers  






Why do I get errors when I try to serialize a Hashtable

1 Answers  


what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0

4 Answers  


What are the options can be configured in AJAX helpers?

0 Answers  


What are child actions in ASP.Net MVC?

0 Answers  


What is an asynchronous controller in asp.net mvc?

0 Answers  


Explain the use of Inversion of control (IOC)?

0 Answers  


What are the 2 ways of adding constraints to a route?

0 Answers  


Categories