ADO.NET Interview Questions
What is ADO.NET? Whats a connection object? How to connect to a database? What is a command object? How to use a command object in ADO.NET? What is SelectCommand in ADO.NET? What is a SqlCommandBuilder in ADO.NET? What is a DataView in ADO.NET? How to use a DataRelation between two columns? What is Diffgram? When do we use Diffgram? What is a Typed Dataset? Why do we use a Typed DataSet? How to run a Stored Procedure from .NET code?