What is the differences between datagrid, datalist and repeater in .net?
Can a child class call the constructor of a base class?
What is generic delegates in c#?
Explain about Oops concept
Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
What is COM Interoperability?
What is orm in c#?
what's the Difference between DataView and DataTable?
How to transpose multi-dimensional array?
Is an array an object c#?
How can I check the type of an object at runtime?
What is hashset c#?
What are the types of comments in c#?