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
How to update one of my table in database at 4pm every day how it is possible?
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?
What are Scaffold templates in ASP.Net MVC?
How we can add the css in mvc?
How to Redirect Tracing to a File
How can we determine action invoked from HTTP GET or HTTP POST?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is viewbag title?
Is http stateful or stateless?
explain lazy loading, eager loading, and explicit loading?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
mention what is code first approach and model first approach in entity framework?
Is mvc 4 supporting windows azure sdk (software development kit) ?
explain why t4 entity is important in entity framework?
Can we change web.config settings from iis?