What are typed datasets?
Answer / 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 |
what does Page.IsValid in asp.net
6 Answers Infosys, Net Solution,
main difference between asp.net2.0,asp.net1.1,asp.net1.0
What is Web API?
How do u deploy your asp.net application?
What is difference between Lambda Expression and LINQ in ASP.NET?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How do you register the .Net Component or Assembly?
How to Page Execute in asp.net(inside browser)
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
What is caching and types of caching ?
Where is ViewState information stored?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)