Explain what a diffgram is, and a good use for one?
Answer Posted / guest
A DiffGram is an XML format that is used to identify current
and original versions of data elements . The DataSet uses
the DiffGram format to load and persist its contents, and to
serialize its contents for transport across a network
connection. Whena DataSet is written as a DiffGram, it
populates the DiffGram with all the necessary information to
accurately recreate the contents, though not the schema, of
the DataSet, including column values from both the Original
and Current row versions, row error information, and row order.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between inline and code behind - which is best in?
Which is better viewstate or session?
what is meant by sitemapnode ?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What are the difference between function and stored procedure in .net programming language?
Explain the different types of assemblies?
Define globalization and localization.
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What are the disadvantages of using session?
Where the cookie value is stored?
What is server side routing?
Disable Mouse right click on web page in asp.net?
What are the 3 levels at which content pages can be attached to Master Page?
Can I stream live content/events?