Can we look at the IL for an assembly?
Answers were Sorted based on User's Feedback
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 |
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 |
Explain the tools used for unit testing in ASP.Net MVC
Have you designed any components?
Diffence between .net framework 1.0 and 2.0?
Is .net framework dead?
Explain representational state transfer (rest) in detail?
How is method overriding different from method overloading
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??
What are the new features 3.5 framework against with the tool?
What are the versions of .net framework?
What is iobjectset? : Entity framework
What's the .NET class that allows the retrieval of a data element using a unique key