Answer Posted / trivendra yadav
The data set is a disconnected, in-memory represenation or
data. it can be considered as a local copy of the relevant
portion of the data base. The data set is persisted in
memory and the datain it can be manipulate and updated
independed of the data base.when the use of this dataset is
finished, changes can be made back to the central dataset
for updating.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between the web config and machine config.
What is the advantage of mvc over asp.net? : Asp.Net MVC
Are xaml file compiled or built on runtime?
In which event of the page viewstate is available?
What is the difference between application state and caching?
What is the difference between client-side and server-side validations in webpages?
How should I destroy my objects in asp.net?
How do u deploy ur project?
Is there any property names “isnavigating”?
What is session and application variable in asp net?
How you can stop the validation of ASP.NET controls from client side?
Which is faster union or union all?
What are the HTML server controls in ASP.NET?
Explain Authentication mechanism in dotnet
Explain the asp.net mvc request life cycle? : asp.net mvc