Differentiate between method overriding from method overloading with its functionality?
Can we write class inside a class in c#?
What is a three-tier application.
What is the use of ienumerable?
What are the different types of constructors?
1.write a program in C# to find a given point which is inside in a circle. Given circle's radius and its center point? 2.Write a program in C# to generated 20 prime numbers greater than a given number? (It should be more efficient for large numbers also) 3. Write a Code to check whether a given point is inside a circle or not? given Circle's raduis and its center point. 4. using oops concept, design an elevator do not forget buttons on each floor..
What is the difference between constants and read-only?
What is javascriptserializer c#?
How do you concatenate in c#?
class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?
Is static thread safe?
What is difference between abstraction and encapsulation in c#?
what is difference between destruct or and garbage collection ?