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 |
what is minimum requirement for entity framework applications to run?
What is html.renderpartial?
What is the advantage of mvc?
What is a model in android?
what is code first approach?
What symbol would you use to denote, the start of a code block in razor views?
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?
What are the contents of assembly?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
what is MVC pattern?
VIEWS WITH SYNTAX AND EXAMPLE IN SQL
How can we determine action invoked from HTTP GET or HTTP POST?