Define delegation in .net?
How many constructors can a class have in c#?
if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj
What is namespace in oops?
Is java better than c sharp?
When do you generally use a class over a struct?
from web.config file with connection string who to interact means who to connect in gridview. in my system shows null something error what is the problem
What is difference between const and static in c#?
What is value type and reference type?
To catch any possible exception What is the C# syntax written ?
Can derived classes have greater accessibility than their base types?
Explain the difference between the debug class and trace class?
How does foreach loop work in c#?