Answer Posted / vanitha g
XML format used for DataSet serialization is known as
DiffGram. DiffGrams contains the tags that specify the
original and new state of data
1.Its an XML format.
2.Current and original versions of Data elements can be
identified through Diffgram.
3.Here, loading of contents can be done through dataset.
4.It serialize its contents for transport across a network
connection.
5.The column values from both the Original and Current row
versions, row error information, and row order will be
included.
6.Its a format intended for network data exchange and .NET
remoting.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many types of sessions in asp.net?
What is the current version of asp.net?
Describe state management in asp.net?
What is the concept of view state in asp.net?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
How can you dynamically add user controls to a page?
What is the difference between equals() and == in c#?
What is considered a service provider?
How you can add an event handler?
Which method do you use to kill explicitly a users session?
Can we have multiple master pages in asp net?
How may clustered index we can create in table?
Explain exception filters?
What is mvc in asp.net interview question? : Asp.Net MVC
Explain managed code an un-managed code.