Answer Posted / muthu
singleton and proxy
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All 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
What is difference between class and interface in c#?
Explain the use of SN.exe
What is the difference between a constant and a static readonly field?
What is type system in c#?
What is concatenation and when should it be used?
What is the main usage of keyword “virtual†? How does it work for a method or property?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What is a long in c#?
What are strings in c#?
What are native methods?
Can we overload the main method in c#?
List down the reason behind the usage of c# language.
What is ienumerable and iqueryable?
What are the types of constructors?