What are the differences between Dataset and DataReader?
Answer Posted / kautilya
Dataset is in memory representation of the Database. where
you can create tables, relations between tables, add
primary key to tables and also manipulate the data
retrieved form the database. It allows us to work in
connection less environment.
Datareader is like forward only readonly cursor, which is
used to retrieve data. data manipulation is not possible
while using datareader. datareader continously keeps the
connection open.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What can you do with asp.net?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Explain the difference between globalization and localization techniques
What is master page in dtp?
Who is using asp.net?
What is the typical session identifier?
when a request is made in Life cycle of ASP.NET page .
What is caching? Explain.
What are server activated objects?
What are url fragments?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Do you know caching feature?
Can you explain the basic use of dataview?