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 |
How we can call a javascript function on the change of a dropdown list in mvc?
About .NET Framework ?
What symbol would you use to denote, the start of a code block in razor views?
What is serialization in .NET? What are the ways to control serialization?
Explain .Net Framework? Why we use it?
Can you explain the page life cycle of mvc?
How does work clr?
Which are the abstract classes available under system.xml namespace
What is ViewData and TempData in ASP.Net MVC?
What is the 'page life cycle' of an ASP.NET MVC?
How you deploy .NET assemblies
how do you truncate a table using entity data model?