what is the difference between the debug class and trace class?
Can you declare a class or a struct as constant?
What is indexers in C#
Why do we write system in c#?
What does the keyword virtual mean in the method definition?
What does assert() do in c#?
Constructor to an arbitrary base constructor?
What is the use of private constructor in c#?
What?s a satellite assembly?
What does exclamation mark mean in access query?
What is virtual class in C#?
What is the difference between disposing of () and finalize() methods in c#?
I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;