Answer Posted / jj
ado.net is new data access technology it is disconnected
architecure i.e there is not necessary to connect database
always whenver it requires data that time only connects
basically the library of ado.net is system.data
its uses connection , command , data reader, data adapter,
dataset
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to find last error which occurred in Asp.net ?
What is web api and why to use it?
How to turn off cookies for a page?
Explain Life cycle of ASP.NET page when a request is made.
What is the adavantage of using ASP.NET routing?
How many types of validators are there in asp net?
Where is session data stored in asp net?
Are xaml file compiled or built on runtime?
What is HTTPModule and HTTPcontext? What is the use of each?
What is css in asp.net?
How long should a session id be?
What is ascx?
What is query string in asp.net?
What is true about application service provider?
Whats the difference between abstract factory pattern and factory pattern?