Explain how obfuscator works in .net


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

Post New Answer

More C Sharp Interview Questions

In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


What is type cast in C#?

0 Answers   TryTechnicals Pvt Ltd,


Why do you need boxing in c#?

0 Answers  


How to prevent the error while updating ui control from another thread?

0 Answers  


How to handle exceptions that are raised in a component?

0 Answers   Alcatel-Lucent,






What is the difference between ref & out parameters in c#?

0 Answers  


Explain get and set accessor properties?

0 Answers  


what is collections in .net? why we use?

0 Answers  


What is Web.config?

0 Answers   Amazon,


There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

3 Answers   HCL,


Are constructors inherited c#?

0 Answers  


What does console readline do in c#?

0 Answers  


Categories