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 to improve performance of web application asp.net mvc? : Asp.Net MVC
Will the asp.net validators run in server side or client side?
How do cookies work?
Explain global assembly cache.
Can master pages be nested?
What is simple data binding?
What is the differences between a primary key and a unique key in sql server?
What is the difference between session and viewstate in asp.net?
What is session in asp.net?
How can you display all validation messages in one control?
What are the server control tags in asp.net.?
Define dll hell?
Can we use html in asp.net?
What is semantic gap?
Which control has default post back is enabled(true)?