what is diffgram ?
Answers were Sorted based on User's Feedback
Answer / raghumadhav tirunagari
diffgram is an xml grammer. it talks about state of node in
xml file.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Answer / dfd
A DiffGram is an XML format. It is used to identify current
and original versions of data elements. A DataSet may use a
DiffGram format to load and persist the contents, and
further to serialize its contents for porting across a
network connection. Whenever a DataSet is written as a
DiffGram, the DataSet populates the DiffGram with all the
important information to accurately recreate the contents.
Note that schema of the DataSet is not recreated. This
includes column values from both the Current and the
Original row versions, row error information, and row order.
Is This Answer Correct ? | 1 Yes | 0 No |
main difference between asp.net2.0,asp.net1.1,asp.net1.0
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
What are the different methods that are used during the page load?
If Asp Dot Application is stateless what happened? during designing
Why we use content place holder in asp.net?
How do you make your site SSL enabled ?
What is asp.net and ado net?
What is SQL injection?
To redirect the user to another page which method do we use without performing a round trip to the client?
How do session tokens work?
Explain managed code an un-managed code.
State differences between MVC and WebAPI