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
What is the purpose of a web form?
What is MVVM design pattern?
What is ViewData and TempData in ASP.Net MVC?
What is entitytype? : Entity framework
What is meant by bootstrap in mvc5?
How do I use partial view?
what is deferred loading(lazy loading)?
What are the 3 main components of an asp.net mvc application?
What are the components of the .net framework.
Mention some action filters which are used regularly in ASP.Net MVC?
Explain how you can implement Ajax in MVC?
mention what is csdl, ssdl and msl sections in an edmx file?
What is the difference between model view and controller?
Explain tempdata in asp.net mvc?
What is the use of action filters in an mvc application?