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

How we can call a javascript function on the change of a dropdown list in mvc?

0 Answers  


About .NET Framework ?

5 Answers   MMTS,


What symbol would you use to denote, the start of a code block in razor views?

0 Answers  


What is serialization in .NET? What are the ways to control serialization?

2 Answers  


Explain .Net Framework? Why we use it?

0 Answers   MaxSolPro,






Can you explain the page life cycle of mvc?

0 Answers  


How does work clr?

0 Answers  


Which are the abstract classes available under system.xml namespace

1 Answers  


What is ViewData and TempData in ASP.Net MVC?

0 Answers  


What is the 'page life cycle' of an ASP.NET MVC?

0 Answers   NA,


How you deploy .NET assemblies

1 Answers  


how do you truncate a table using entity data model?

0 Answers   Microsoft,


Categories