dataset ado
Using ADO.NET DataSets and XML Together
White Paper You can treat the contents of a DataSet as XML, using XML techniques such as XPath and XSLT to manipulate the data. ADO.NET and XML are intricately intertwined. This Webcast demonstrates many of the... [02 Sep 2008]
MSDN Webcast: Architecting .NET Solutions With C# (Part 07 of 15): ADO.NET: Database Programming in .NET (Level 200)
White Paper The attendee of this webcast will learn about essential techniques such as executing stored procedures, server-side access using ExecuteReader and ExecuteScalar, client-side access using DataSet, and modifying a database... [04 Aug 2008]
Visual Studio Hacks: Generate Strongly Typed DataSets
White Paper ADO .NET's DataSet objects provide powerful functionality when working with data. However, the typical DataSet object is untyped, meaning it doesn't really know and understand what it is... [24 Oct 2007]
ADO.NET Cookbook: Working With XML
White Paper ADO synchronizes the DataSet with an XmlDataDocument. The DataSet can be filled with data or a schema from an XML stream or document. The DataSet can persist or... [10 Oct 2007]
MSDN Webcast: ADO.NET Step by Step (Part 15 of 16): Reading and Writing XML and the XmlDataDocument (Level 200)
White Paper Presenter takes a look at the structure of an XML schema and the DataSet methods that enable us to read and write data from an XML data stream. It also examines the XmlDataDocument that provides an XML view of the data... [05 Oct 2007]
MSDN Webcast: ADO.NET Step by Step (Part 04 of 16): The DataAdapter (Level 200)
White Paper In this fourth session, it further explore ADO.NET, the data-access component of the Microsoft .NET Framework, by examining how the DataAdapter facilitates the communication between the DataSet and the... [05 Oct 2007]
MSDN Webcast: Architecting .NET Solutions With C (Part 07 of 15): ADO.NET: Database Programming in .NET (Level 200)
White Paper Attendee of the webcast will learn about essential techniques such as executing stored procedures, server-side access using ExecuteReader and ExecuteScalar, client-side access using DataSet, and modifying a database with... [05 Oct 2007]
Efficient Data Retrieval
White Paper Look at comparisons between the DataSet and the DataReader, and an explanation of the best use for each of these objects. Look at techniques for using multiple result sets in one DataReader or DataSet... [14 Aug 2007]
MSDN Webcast: Database Connectivity in InfoPath Through ADO.NET DataSet Support - Level 400
White Paper The attendee of this webcast will learn how to use Microsoft Office InfoPath to design a form as a front-end to a Web Service that exposes ADO.Net DataSet structure. The attendee will also get an inside... [01 Aug 2007]
Introducing ComponentOne ADO.NET DataExtender
White Paper A single C1DataViewSet component on a form represents a set of views based on DataTables from an ADO.NET 2.0 DataSet, any master-detail relationships between them, and optional runtime characteristics... [05 Jul 2007]
MSDN Webcast: ADO.NET Step by Step (Part 06 of 16): Modeling a Database by Using DataSets and DataRelations (Level 200)
White Paper The first object discussed is the DataSet. The attendee will get a solid handle on ADO.NET and discover how to take advantage of the database functionality of Microsoft Visual Basic .NET and Microsoft... [04 Jul 2007]
ADO and ADO.NET Object Model Comparisons: A Relational Perspective
White Paper An overview of ADO and ADO.NET from a relational perspective is presented, with particular emphasis on the ADO Recordset and the ADO.NET Dataset... [20 Jun 2007]
MSDN Webcast: Essential ASP.NET 1.1 (Part 11 of 15): Data Binding in ASP.NET Application (Level 200)
White Paper Microsoft ASP.NET introduces a new model for data binding which is convenient to use in conjunction with the ADO.NET DataSet and DataReader classes. While data can be bound to any control, there are... [15 Jun 2007]
MSDN Webcast: Essential ASP.NET 1.1 (Part 11 of 15): Data Binding in ASP.NET Application (Level 200)
Microsoft ASP.NET introduces a new model for data binding which is convenient to use in conjunction with the ADO.NET DataSet and DataReader classes. While data can be bound to any control, there are... [15 Jun 2007]
MSDN Webcast: Introduction to ASP.NET (Part 3 of 4): ADO.NET and Data Binding (in C#) (Level 100)
White Paper The presenter then explains the new ASP.NET model for data binding which is convenient to use in conjunction with the ADO.NET DataSet and DataReader classes. This webcast begins by comparing and... [15 Jun 2007]
