Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- New DataSet Features in ADO.NET 2.0
- The ADO.Net 2.0 version of the DataSet and DataTable introduces numerous new features and enhancements to existing features. The main features include significantly improved performance due to a new index engine and the binary serialization format option, extensive capabilities available to a stand-alone DataTable, and mechanisms for exposing cached data...
- Tags: Microsoft ADO.NET, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2004-11-01
- Contrasting the ADO.NET DataReader and DataSet
- The ADO 2.x recordset object is able to operate in either a connected or a disconnected mode. It can remain connected to the underlying database while traversing a forward only rowset or it can retrieve a rowset into a client-side, in-memory cursor and disconnect itself from the database. Instead of...
- Tags: Data Storage, Microsoft ADO.NET, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2004-06-01
- MSDN Webcast: ADO.NET Step by Step (Part 15 of 16): Reading and Writing XML and the XmlDataDocument (Level 200)
- This webcast series is based on Microsoft ADO.NET Step by Step. In the last two sessions of this series, it focuses on the interaction between ADO.NET and XML. Presenter takes a look at the structure of an XML schema and the DataSet methods that enable us to read and write...
- Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, Microsoft Corp., .Net, XML, Databases, Software Development, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
- Webcasts
- MSDN Webcast: Database Connectivity in InfoPath Through ADO.NET DataSet Support - Level 400
- 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. This webcast explains the InfoPath Data Adapter architecture, new Data Adapters in InfoPath 2003 SP-1, and talk about reasons for using...
- Tags: Microsoft Developer Network, Database, Webcast, Microsoft InfoPath, Microsoft ADO.NET, Groupware, Microsoft Office, Enterprise Software, Software, Office Suites
- Webcasts
- MSDN Webcast: ADO.NET Step by Step (Part 04 of 16): The DataAdapter (Level 200)
- This webcast series is based on Microsoft ADO.NET Step by Step, by Rebecca M. Riordan (Microsoft Press, 2002). 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 database. Learn how...
- Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, Microsoft Corp., .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Webcasts
- ADO and ADO.NET Object Model Comparisons: A Relational Perspective
- This paper aims to shed some insights for Microsoft web developers to understand the two technologies in depth. 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 objects. A comparative analysis is performed providing an assessment...
- Tags: Victoria University, Microsoft ADO.NET, Analysis, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2007-01-01
- Using ADO.NET DataSets and XML Together
- ADO.NET and XML are intricately intertwined. You can treat the contents of a DataSet as XML, using XML techniques such as XPath and XSLT to manipulate the data. You can save and load DataSets as XML, with or without explicit schema. This Webcast demonstrates many of the issues relating XML...
- Tags: Microsoft ADO.NET, XML, .Net, Databases, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Data Management
- Webcasts 2004-03-19
- MSDN Webcast: Architecting .NET Solutions With C (Part 07 of 15): ADO.NET: Database Programming in .NET (Level 200)
- This session introduces database programming using ADO.NET, beginning with an overview of the ADO.NET architecture. 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 ExecuteNonquery and DataSets.
- Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, C, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Webcasts
- MSDN Webcast: ADO.NET: Database Programming in .NET (Level 200)
- This webcast introduces database programming using ADO.NET, beginning with an overview of the ADO.NET architecture. The webcast explains 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 ExecuteNonquery and DataSets.
- Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, .Net, Databases, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Consumer Electronics, Personal Technology
- Webcasts
- MSDN Webcast: Essential ASP.NET 1.1 (Part 10 of 15): ADO.NET Fundamentals in ASP.NET (Level 200)
- The presenter of this webcast explains connection management, using stored procedures for database updates, and strategies for effective use of IDataReader. The disconnected side of ADO.NET is modeled using a class called the DataSet, and it will discuss when it is appropriate to use DataSets in Microsoft ASP.NET.
- Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, Microsoft ASP.NET, Microsoft Corp., .Net, Middleware, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Webcasts
- MSDN Webcast: Introduction to ASP.NET (Part 3 of 4): ADO.NET and Data Binding (in C#) (Level 100)
- This webcast begins by comparing and contrasting the connected, streaming model of data access in ADO.NET with the disconnected model. 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. While data can be bound...
- Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, Microsoft ASP.NET, C#, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Webcasts
- Abstracting ADO .NET
- The architecture of ADO .NET provides a rich framework that you can use to manipulate data from C#, Visual Basic .NET, or any other .NET-compliant language. This paper overviews the ADO .NET melee and reviews its impact on .NET development. Then, this paper demonstrates how to abstract ADO .NET into...
- Tags: Microsoft Corp., .Net, C#, Microsoft Development Tools, Programming Languages, Application Servers, Middleware, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software
- White papers 2001-11-01
- Explore disconnected data access classes in ADO.NET 2.0
- The ADO.NET class hierarchy can be split into two categories, connected and disconnected objects. Developers need to know these classes well in order to implement a successful ADO.NET solution. In this sample chapter from Programming Microsoft ADO.NET 2.0 Applications: Advanced Topics, study disconnected data access classes, which...
- Tags: Microsoft ADO.NET, Microsoft Press, Data Access, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Book chapters 2007-02-27
- Introducing ComponentOne ADO.NET DataExtender
- ComponentOne ADO.NET DataExtender (a.k.a. C1DataExtender) simplifies data modeling and programming for Windows Forms applications developed with Visual Studio 2005. 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 such as...
- Tags: Custom Application, Research & Development, Business Operations
- White papers 2005-11-07
- Use index for each column in dataset
- Hi all,I want to save, delete, and update a table with a dataset IN VB.NET 2005. But all that i find in the net are only example of dataset using with hard code column name.I need to use it with indexed column.Pls help,thanks
- Tags: Microsoft development tools, .NET, maria_angelica_ivo@...
- Discussion threads 2007-06-19
- Efficient Data Retrieval
- Take a look at how to optimize using Stored Procedures for efficient and secure data retrieval in the middle tier of your Web, Windows, mobile and Web services applications. Learn how to do crosstab queries for reporting that take seconds to execute instead of hours, exploiting sub-queries and taking advantage...
- Tags: Microsoft ADO.NET, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Webcasts
- Visual Studio Hacks: Generate Strongly Typed DataSets
- ADO .NET's DataSet objects provide powerful functionality when working with data. They allow the user to easily scroll, filter, search, and sort data, as well as work with hierarchical data and its relationships. However, the typical DataSet object is untyped, meaning it doesn't really know and understand what it is...
- Tags: Microsoft Visual Studio, O'Reilly Media Inc., Microsoft Development Tools, .Net, Application Servers, Middleware, Development Tools, Software Development, Software/Web Development, Enterprise Software, Software
- Book chapters 2005-03-09
- Binding Fields In VB. Net
- I want to work with Datasets in VB.Net without placing a dataset object on my form. In this case, I must programmatically bind the form objects (textbox, datagrid and combo box, checkbox,datetimepicker) to the dataset, and then be able to control the form data with navigating buttons. ...
- Tags: dataset, dfontahfru@..., Microsoft Visual Basic, programming
- Q&A 2005-01-28
- MSDN Webcast: ADO.NET Step by Step (Part 06 of 16): Modeling a Database by Using DataSets and DataRelations (Level 200)
- The presenter of this webcast examines the data objects used to manipulate data in applications. The first object discussed is the DataSet. The presenter shows how to create DataSets, add DataTables and DataRelations to DataSets, and how to clone and copy DataSets. The attendee will get a solid handle on...
- Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, Microsoft Corp., Modeling, .Net, Databases, Storage, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Hardware
- Webcasts
- << Previous
- page 1 of 1
- Next >>