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
Explain the new features added in version 4 of mvc (mvc4)?
What is meant by viewdata?
What is the difference between old ADO.NET and Entity framework coding techniques?
Explain what is routing?
What are the advantages of mvc over asp.net?
What is partialview in asp.net mvc?
What is page life cycle?
Can I uninstall microsoft .net framework?
What filters are executed in the end?
Why to use Html.Partial in ASP.Net MVC?
Name a few different return types of a controller action method?
Which are the important namespaces used in mvc?
What is Area in ASP.Net MVC?
Is .net framework going away?
What is the significance of nonactionattribute?