Answer Posted / anuradha tyagi
Ado.net is a technology.using this we can communicate with
frontend to backend.it having two coponent datareader and
dataadapter .DataReader is work only forwardonly and
readonly.It's for connectedmode only.DataAdapter only for
DisConnected mode.DataAdapter fill all the record in
DataSet.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Do you know about the new features in ASP.Net MVC 4 ?
What is entitytypes? : Entity framework
what is .edmx file and what it contains?
What is namespace of asp.net mvc?
will there be any issues adding a table without primary keys to a data model?
what is use of entitydatasource control?
What is a model in android?
Can you please explain the request flow in ASP.NET MVC framework?
Mention two instances where routing is not implemented or required?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
how to disable the lazy loading framework?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What is viewstart page in mvc?
What is the difference between tempdata and viewbag?