Define parsing? Explain how to parse a datetime string?
Which constructor is called first in c#?
Why do we use void in c#?
WHAT ARE Design Patterns USING IN DOTNET
Explain About Global.asax
What is iqueryable in linq?
What are All kind of access specifiers for a class and for methods
What is difference between array and collection in c#?
what happens if you inherit multiple interfaces and they have conflicting method names?
What is the use of main method in c#?
What are the types of class in c#?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
1) how to delete duplicate records from table in sql server 2005 2) what is run time polymorphism