I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What is polymorphism? pl explain practically rather than theoretical?
Is lazy t thread safe?
What are the examples of data types?
Write the sample code for threading in c# .net..
What debugging tools come with the .NET ssSDK?
What is a constructor in c#?
Is static class thread safe in c#?
What is yield keyword?
Write code for palindrome?
What is a method signature c#?
What is the difference between virtual and override in c#?
Difference between Value type & reference types ? and give the example in .Net?