Do we use stored procedure in ADO.Net?
Explain the overview of ado.net architecture?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is dbcontext and dbset in entity framework?
what is data Adapter?
26 Answers CMC, CSS, IBM,
What are the attirbutes of DataSet?
What is difference between executequery and executeupdate?
If we are not returning any records from the database, which method is to be used?
What is ado recordset?
explain connection less and with connection?diference between data reader,data set,data adapter? can we use data reader,data set in a single application? if yes explain with simple code,if no explain?
What is datacolumn and how it is used?
Can datareader hold data from multiple tables?
How can you implement sub data grid in a master datagrid?