Why static constructor is parameterless in c#?
What is predicate c#?
What are the types of assembly available
What are custom exceptions in C#?
How many types of constructors are there?
What are boxing and unboxing?
How can I create image pieces/sub image?
What is Implementation inheritance
f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.
What is iqueryable?
How to authenticate web service? When you enter the web service url in browser it should ask username and password. After entering the un&pwd we have to show its methods and service description(wsdl).
What is difference between class and interface in c#?
What is difference between gridview and form view?