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
What is strong-typing versus weak-typing?
Explain the various authentication mechanisms in asp.net.
Explain Authentication mechanism in dotnet
What does a switch do?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
Explain how can we inherit a static member?
Distinguish between Server-side and Client-side code with its functionality?
What is server transfer?
what is loosely coupled solution? How it can be used?
What is the use of dispose method?
Explain the difference between debug.write and trace.write? When should each be used?
Where are session variables stored?
What is asp.net with mvc? : Asp.Net MVC
How do you secure your connection string information?
What are the benefits of Razor View?