What is the base class in .net from which all the classes are derived from?
How objects are stored in memory?
What is string empty?
What is default access specifier for class in c#?
Explain acid rule of thumb for transactions 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;
Does c# have primitives?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
Explain the clr triggers?
Is and as in c#?
What does assert() do?
How is a string immutable?