Explain what a diffgram is and a good use for one?
Answer Posted / imtiyaz
A Diffgram is an XML format that is used to Identify
current and original versions of data elements when sending
and retriving a dataset from an xml webservice, the
diffgram format is implicitly used.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is asp.net and .net same?
What is http post action?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain the advantages of asp.net.
Describe a bubbled event and how it is used ?
What is the difference between trace and debug in asp.net?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What are demand-paging and pre-paging?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What permissions do asp.net applications posses by default?
Where would you use an ihttpmodule, and what are the limitations if any?
How do cookies work? Give an example of their abuse.
What are the uses of reflection?
What are the various ways to send content from one page to another?
Why do we need master page in asp.net?