What is a callback c#?
Which of the following API is used to hide a window?
What is the difference between namespace and class?
What is private virtual in C#?
What are strongly typed objects?
What is a console application in c#?
What is an assembly in .net?
What tool we have to use to install assembli in gac folder.
int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?
What is console based application?
Why do we use stringbuilder in c#?
What are the properties of string?
What does Dispose method do with the connection object?