Which database is the ado.net sql connection object designed for?
Explain the difference between an ado.net dataset and an ado recordset?
What is datasource in ado.net?
What is dataadapter in ado.net?
Explain the overview of ado.net architecture?
Which property is used to check whether a DataReader is closed or opened?
What is ole data type?
Difference between function and trigger?
If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcommand.executereader (commandbehaviour.singleresult)or sqlcommand.executescalar()
what is a dataview?why is it used for?
describe the dataset object in ado.net.
i making a project using windows application c#, i want to show user name, password, and one button login. i wanna make it with sealed class .how its possible . when i clicked my login button all project should be open. pls cleare me.
How can we perform transactions in .net?