Why to use “using” in c#?
What?s the implicit name of the parameter that gets passed into the class? set method?
What is concrete method in c#?
What is the raise event used for?
how many catch we can write in thye program?
Explain about WSDL
What is view model in c#?
Explain about ODP.net
Is friend a constructor?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
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 continue in c#?
What is xor operator in c#?