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

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

1 Answers  


how to maintain the session state? what is Abstract class and interface and inheritence with example?

2 Answers  


How does the 'page lifecycle' of asp.net mvc works?

0 Answers  


What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?

1 Answers  


what is the use of final method

3 Answers   TCS,






Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?

1 Answers  


In Server how to check whether model has error or not in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


In which testing using in .net framwork?

2 Answers  


What is entity framework in asp net?

0 Answers  


How do you specify comments using razor syntax?

0 Answers  


Can you explain the page life cycle of mvc?

0 Answers  


How we can register the Area in ASP.Net MVC?

0 Answers  


Categories