Do unused Namespaces in c# affect run-time performance?


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

Post New Answer

More C Sharp Interview Questions

What are different types of classes in c#?

0 Answers  


What is instantiating a class?

0 Answers  


In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?

0 Answers   HCL,


what are ways to debug the code step by step except using breakpoints?

1 Answers  


Is dictionary reference type c#?

0 Answers  






What is the difference between System.String and System.StringBuilder classes?

9 Answers  


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,


Is c# a keyword?

0 Answers  


How many types of inheritance are there in c#?

0 Answers  


What is c# entity framework?

0 Answers  


What is type keyword in c#?

0 Answers  


Explain the difference between a sub and a function in c#.

0 Answers  


Categories