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 s2s tracking?
Do gac'ed assemblies have fulltrust?
Is asp.net outdated?
Explain Optimization technique description?
Describe session handling in a webfarm, how does it work and what are the limits?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Disable browser cache for entire ASP.NET website?
explain code with multi inhertance
Difference between overriding and overloading?
What is a form tag?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is session mode in asp.net?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What is the difference between session and application?
What is content page in asp net?