You are here: silicon.com > Tags

141 stories on

ado .net

Sort by: Date | Relevance


MSDN Webcast: 24 Hours of SQL Server 2008: Using the Microsoft Data Platform for Easy Data Access With SQL Server 2008 (Level 100)

whitepaper This webcast concentrates on Microsoft .NET Language-Integrated Query (LINQ) and the ADO.NET Entity Framework with examples of how Contoso can use these technologies to access their data. This webcast looks at Microsoft SQL Server 2008 as a...

Tags: application servers

[14 Apr 2008]

The Whidbey Release of ADO.NET Part II - Level 300

whitepaper The Whidbey release of ADO.NET promises two things keeping existing ADO.NET code working and simplifying code development. This webcast will discuss and demonstrate some of the advanced changes to ADO.NET in the forthcoming Whidbey release.

Tags: programming languages, .net, code, ado .net

[10 Apr 2008]

Controlling Microsoft Office System Applications using Visual Studio .NET 2003

whitepaper The audience will see a .NET demo that uses ADO.NET to query an Access database and builds slides from the retrieved data. This webcast will demonstrate how to build Visual Studio .NET applications that uses the Microsoft Office System object...

Tags: programming languages, studio, microsoft office, .net

[10 Apr 2008]

XML Data Validation Using IBM DB2 Visual Studio 2005 .Net Add-In: Use DB2 XML Validation Technology

whitepaper That's because DB2 9 enables programmers to query, insert, update, and delete XML data in the same fashion as relational data - using familiar ADO .Net statements and standard query language. DB2 9 offers new support for XML, which .Net application...

Tags: xml

[09 Apr 2008]

Advanced ADO.NET

whitepaper This session will look at how ADO.NET extends the familiar ADO model to provide built-in support for your current and next generation applications. ADO.NET provides both connected and disconnected access in the managed environment with the ADO.NET...

Tags: xml

[12 Mar 2008]

Visual Studio Hacks: Generate Strongly Typed DataSets

whitepaper 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.

Tags: knowledge and data management, object, dataset, functionality

[24 Oct 2007]

ADO.NET Cookbook: Working With XML

whitepaper ADO.NET and XML classes are tightly integrated in the .NET Framework. This paper focuses on XML support in ADO.NET and in SQL Server 2000. ADO synchronizes the DataSet with an XmlDataDocument. The DataSet can be filled with data or a schema from an...

Tags: programming languages, class, xml, .net framework

[10 Oct 2007]

ADO.NET in a Nutshell: DataViews and Data Binding

whitepaper ADO.NET addresses these issues with a customizable and reusable data-binding framework that centers on two classes: the DataView and DataViewManager. This paper examines these classes and explores the two data-binding models used in .NET: Windows...

Tags: programming languages, .net, classes, data binding

[10 Oct 2007]

MSDN Webcast: ADO.NET Step by Step (Part 15 of 16): Reading and Writing XML and the XmlDataDocument (Level 200)

whitepaper 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. Get a solid handle on ADO.NET and discover how to take advantage of the database...

Tags: xml, xml, .net, ado .net

[05 Oct 2007]

MSDN Webcast: ADO.NET Step by Step (Part 04 of 16): The DataAdapter (Level 200)

whitepaper This webcast series is based on Microsoft ADO.NET Step by Step, by Rebecca M. 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...

Tags: xml, .net, session, microsoft .net framework

[05 Oct 2007]

MSDN Webcast: Architecting .NET Solutions With C (Part 07 of 15): ADO.NET: Database Programming in .NET (Level 200)

whitepaper 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...

Tags: programming languages, .net, ado .net, learn

[05 Oct 2007]

XML Data Type Support in ADO.NET 2.0: Handling XML From SQL Server 2005

whitepaper One of the quantum changes in Microsoft SQL Server 2005 is the inclusion of the XML data type. This data type is a first class type, just like INT or VARCHAR, and SQL Server 2005 allows in-place querying and processing of this data type using a...

Tags: database management, xml, sql server, sql

[05 Oct 2007]

MSDN Webcast: Architecting .NET Solutions With C (Part 09 of 15): Interfaces and Design-by-Contract in .NET (Level 200)

whitepaper Beginning with a look at contract-based programming and design reuse, it discusses the use of plug-compatible components ("acts-like"), generic database programming with ADO.NET interfaces, and interfaces in the FxCL, including serialization...

Tags: programming languages, interfaces, .net, programming

[05 Oct 2007]

MSDN Webcast: ADO.NET Step by Step (Part 13 of 16): Basic Data Binding in Web Forms Using the Data Source Component (Level 200)

whitepaper The presenter of this webcast discusses binding data in Microsoft ASP.NET and Web Forms with ADO.NET objects. Get a solid handle on ADO.NET and discover how to take advantage of the database functionality of Microsoft Visual Basic .NET and...

Tags: programming languages, .net, microsoft .net framework, ado .net

[28 Aug 2007]

MSDN Webcast: ADO.NET Step by Step (Part 14 of 16): Data-Bound and Validation Controls (Level 200)

whitepaper 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...

Tags: programming languages, controls, .net, microsoft .net

[28 Aug 2007]

MSDN Webcast: ADO.NET Step by Step (Part 11 of 16): Data-Binding in Windows Forms With the BindingSource Class (Level 200)

whitepaper The presenters examine the underlying mechanisms that bind controls to ADO.NET data sources. Next, they take a look at the BindingSource class, new in ADO.NET version 2.0, which acts as an intermediary between a data source and Windows Forms...

Tags: gui, .net, forms, controls

[28 Aug 2007]

MSDN Webcast: ADO.NET Step by Step (Part 10 of 16): Editing and Updating Data (Level 200)

whitepaper This webcast is based on Microsoft ADO.NET Step by Step, by Rebecca M. The presenter of this webcast explores how ADO.NET objects work together to perform specific tasks. Get a solid handle on ADO.NET and discover how to take advantage of the...

Tags: programming languages, .net, objects, ado .net

[28 Aug 2007]

MSDN Webcast: ADO.NET Step by Step (Part 09 of 16): Using DataViews (Level 200)

whitepaper Get a solid handle on ADO.NET and discover how to take advantage of the database functionality of Microsoft Visual Basic .NET and Microsoft Visual C# .NET with this step-by-step primer. The attendee can start working with ADO.NET right away with...

Tags: .net, .net, ado .net, examples

[28 Aug 2007]

MSDN Webcast: ADO.NET Step by Step (Part 09 of 16): Using DataViews (Level 200)

whitepaper Get a solid handle on ADO.NET and discover how to take advantage of the database functionality of Microsoft Visual Basic .NET and Microsoft Visual C# .NET with this step-by-step primer. The attendee can start working with ADO.NET right away with...

Tags: .net, ado .net, developers, face

[28 Aug 2007]

MSDN Webcast: ADO.NET Step by Step (Part 16 of 16): Using ADO and ADOX in the .NET Framework (Level 200)

whitepaper Get a solid handle on ADO.NET and discover how to take advantage of the database functionality of Microsoft Visual Basic .NET and Microsoft Visual C# .NET with this step-by-step primer. The attendee of this webcast will learn how one can work with...

Tags: programming languages, .net, objects, ado .net

[28 Aug 2007]

Sort by: Date | Relevance


Site Map    


Quick Sitemap Links: