Answer Posted / s. verma
A DataSet can be typed or untyped. The difference is that
the typed DataSet has a schema and the untyped DataSet doesn't.
A typed DataSet gives easier access to the content of table
fields through strongly typed programming. Strongly typed
programming uses info from the underlying data schema. This
means we are programming directly against your declared
objects and not the tables. A typed DataSet has a reference
to an XML schema file. This scema file (*.xsd) describes the
structure of all the tables contained within the DataSet.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do you implement sql caching in asp.net?
What is view state and how it works in asp net?
Explain server side state management system.
Define page fragment caching?
What is preprocessor in .net?
What are the advantages and disadvantages of session?
What is x xss protection?
What is meant by web application?
List the major built-in objects in asp.net?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What are the layouts of ASP.NET Pages?
Define asp.net caching?
What is the latest version of asp.net?
Elaborate differentiation between Cache and Application?
What is a postback url?