On CHOW: Where do elbows go? Modern etiquette
3 Resources for

ado.net 2.0

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

MSDN Architecture Webcast: ADO and SQL Web Services (Level 200)
ADO.NET 2.0 shifts the managed provider access model from an interface-based model to a class-based model. Since SQLXML 3.0, developers have been able to expose Microsoft SQL Server output directly as a Web service. This webcast covers HyperText Transfer Protocol HTTP endpoints and Web services inside the database. Now, with...
Tags: Microsoft Developer Network, Web, Webcast, Microsoft SQL Server, Web Service, SQL, Microsoft Corp., ADO.NET 2.0, Web Services, Databases, Enterprise Software, Software, Data Management
Webcasts
MSDN Webcast: SQL Server 2005 Essentials (Part 14 of 14): ADO.NET 2.0 (Level 200)
ADO.NET 2.0 shifts the managed provider access model from an interface-based model to a base class-based model. This final webcast of a 14-part series on Microsoft SQL Server 2005 discusses this new model, which includes provider registration, provider factories, data source enumerators, connection string handling, generalized schema handling, and provider...
Tags: Microsoft Developer Network, Data Source, Webcast, Microsoft ADO.NET, Microsoft SQL Server, Microsoft Corp., Microsoft SQL Server 2005, ADO.NET 2.0, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Webcasts
Performance Counters and Tracing Capabilities in Microsoft ADO.NET 2.0
ADO.NET 2.0 provides new functionality to help developers troubleshoot problems in their applications. This webcast will cover the updated performance counters and the tracing capabilities that have been built into ADO.NET.
Tags: Performance, Microsoft ADO.NET, Microsoft Corp., ADO.NET 2.0, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Webcasts

Additional Resources

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
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
MSDN Webcast: ADO.NET Data Services Overview (Part 2 of 2) (Level 100)
This webcast illustrates some of the advanced aspects of ADO.NET Data Services. It explains how to expose own custom data sources with ADO.NET Data Services. The webcast covers consuming ADO.NET Data Services from various client applications, including Asynchronous JavaScript and XML AJAX client applications and Microsoft Silverlight 2. It also...
Tags: Data Service, Microsoft Developer Network, Webcast, Microsoft ADO.NET, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Webcasts 2008-06-24
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
Searching, Sorting, and Filtering in ADO.NET
This webcast discusses about ADO.NET which provides a rich object model for working with data, and includes several different techniques for searching, sorting, and filtering data. This webcast will move users beyond the basics using ADO.NET, and come away with a full understanding of how they can find and arrange...
Tags: Microsoft ADO.NET, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Webcasts
Microsoft ADO.NET: Programming ADO.NET Datasets
During this webcast, the presenters will talk about working with ADO.NET datasets and typed datasets. The primary discussion will be about the programming aspects of datasets and Visual Basic .NET code snippets.
Tags: Microsoft ADO.NET, Microsoft Corp., Programming, .Net, Databases, Development Tools, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Webcasts
Query Notifications in ADO.NET 2.0
Query notifications are a powerful new feature, built in to SQL Server 2005, usable from ADO.NET 2.0 and from ASP.NET 2.0 directly. Although the ADO.NET feature SqlNotificationRequest and SqlDependency only works against a SQL Server 2005 database, ASP.NET makes the feature "backwards-available" through an alternate mechanism that uses polling. This...
Tags: Microsoft ADO.NET, Microsoft SQL Server, Microsoft SQL Server 2005, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers 2004-09-01
MSDN Webcast: ADO.NET Step by Step (Part 14 of 16): Data-Bound and Validation Controls (Level 200)
The presenter of this webcast discusses the data-bound Web Form controls that are designed to work with the Microsoft .NET version 2.0 data source controls that also work with ADO.NET objects. Get a solid handle on ADO.NET and discover how to take advantage of the database functionality of Microsoft Visual...
Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, Microsoft Corp., .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Webcasts
MSDN Webcast: ADO.NET Step by Step (Part 02 of 16): Creating Connections (Level 200)
This webcast discusses the database functionality of Microsoft Visual Basic .NET and Microsoft Visual C# .NET. The attendee of this webcast will learn to start working with ADO.NET right away with easy-to-grasp examples drawn from the real-world challenges developers face every day. The attendee of this webcast will learn how...
Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, Microsoft Corp., .Net, Databases, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Consumer Electronics, Personal Technology
Webcasts
MSDN Webcast: ADO.NET Step by Step (Part 01 of 16): Getting Started (Level 200)
This webcast provides an overview of ADO.NET, the data-access component of the Microsoft .NET Framework. It explains how ADO.NET works with almost any component on nearly every platform that understands XML. This webcast also discusses the database functionality of Microsoft Visual Basic .NET and Microsoft Visual C# .NET. The attendee...
Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, Microsoft Corp., .Net, Databases, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Consumer Electronics, Personal Technology
Webcasts
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
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
ADO.NET 2
HELLO i am eng computer from university sharif of iran and developer C++.NET but i now problem for connection (c++ Visual Studio 2005) with oracle database (ado.net 2) .please help me and send me answer to my mail(mrakashani@yahoo.com)tanx for all
Tags: ADO.NET 2, Microsoft ADO.NET, mrakashani@..., programming
Q&A 2006-01-06
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: ADO.NET Step by Step (Part 10 of 16): Editing and Updating Data (Level 200)
This webcast is based on Microsoft ADO.NET Step by Step, by Rebecca M. Riordan (Microsoft Press, 2002). The presenter of this webcast explores how ADO.NET objects work together to perform specific tasks. The presenter concentrate on editing and updating data using the objects it discussed in previous sessions, including DataViews,...
Tags: Microsoft Developer Network, Webcast, Microsoft ADO.NET, Microsoft Corp., .Net, Databases, Digital Media, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Consumer Electronics, Personal Technology
Webcasts
WebCab TA for .NET (Community Edition) (Msi)
100% Free .NET API Component providing a collection of technical indicators which can be used in the construction of technical trading systems. Moreover, by using this API with our included ADO mediator you will be able to iteratively apply these indicators to historical data stored within a DBMS. This product...
Tags: Indicator, Microsoft ASP.NET, .Net, C#, Middleware, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software
Software downloads 2005-12-09
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
  • << Previous
  • page 1 of 1
  • Next >>


FastAnswer: Deleting User Accounts w/o Deleting Data Files
When you delete a user account on Windows XP, you can also lose the user's data if you're not careful. This FastAnswer show you how to keep from losing data when deleting a profile.
Buy Now
MySQL 5.0 Quick Guide
If you want to build a high-power database solution, a good way to go is to deploy MySQL 5.0. Doing so can be a huge undertaking. This Quick Guide shows you what you need to know to set up, configure, and deploy MySQL 5.0 on your network.
Buy Now