How do you comment out code in c#?
Explain the OOPS concept in C#?
Why do we need private constructor in c#?
C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?
How does dll hell solve in .net?
What is Bubble Event ?
What is signature c#?
What is base class in c#?
int i,string s, String s1 Which is valuetype which is refrence type.
What are the ways to deploy an assembly?
What is the difference between system.text.stringbuilder and system.string?
What is the task perform by clr?
How do you escape a character?