How to implement a singleton design pattern in c#?


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

Post New Answer

More C Sharp Interview Questions

Do void methods have parameters?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


How cache is implemented in web application for DB queries?

2 Answers   TCS,


What are the basic string operations? Explain.

0 Answers  






What is indexers in C#

4 Answers   Bodhtree,


Explain the difference between event and a delegate in c#?

0 Answers   DELL,


main concept of c sharp

3 Answers  


What is a variable in c#?

0 Answers  


What does Dispose method do with the connection object?

2 Answers  


What is class sortedlist underneath?

0 Answers  


Is multilevel inheritance possible in c#?

0 Answers  


Categories