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
Define reflection in .net?
Where the assembly is stored in asp.net?
What is .net remoting?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is the use of HttpHandlers? When to use this?
What is .net framework and what are the main components of it?
What are the types of caching in asp.net?
What is virtual directory in asp.net?
How you will handle session when deploying application in more than a server?
How many types of sessions in asp.net?
Why is mvc better than asp.net?
How do I send an email message from my ASP.NET page?
What is a url string?
Why is string called immutable data type?
What is data cache in sql server?