Define using statement in c#?
What is a template class?
What are the important concepts in OOPS
interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?
Which is faster iqueryable or ienumerable?
What is session state in asp net c# with example?
What is difference between ilist and list?
What are circular references?
What does the keyword virtual mean in the method definition?
3 Answers Ipog Software, Satyam, Visual Soft,
What is a delegate how is it type safe?
Explain the difference between a sub and a function in c#.
What is the difference between decimal and integer?
Can main method be final?