Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Dot Net General Interview Questions

How do you turn off cookies for one page in your site?

3 Answers   Siebel Systems,


Explain how to manage pagination in a page using .net?

0 Answers  


What is the best way to crack the certification?

0 Answers  


What are the types of jit?

0 Answers  


Difference between user groups and code groups

0 Answers  






Explain me what is encapsulation?

0 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


How would ASP and ASP.NET apps run at the same time on the same server?

1 Answers  


How com+ related to the dna architecture?

0 Answers  


Explain memory-mapped files.

0 Answers  


what is managed data and managed code?

2 Answers  


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


Categories