Explain the difference between a Private Assembly and a Shared Assembly
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;
Give examples for reference types?
Explain the Abstract class in c#.net
Define Final Class in C#
Is c# a technology?
What is Asynchronous call and how it can be implemented using delegates?
what is IFormatable
Can constructor have return type c#?
How is the syntax written to inherit from a class in C#?Give an example ?
Explain how do you debug an asp.net web application?
Why do we need constructor?
Are all methods virtual in c#?