1 - 20 of 45
Previous
Next
Windows Live Delegated APIs
May 30, 2008The Windows Live APIs now expose a standard authentication technology that lets your Web application access Windows Live user data easily, yet keeps control in the hands of users.
Introducing ADO.NET Entity Framework
December 3, 2007The ADO.NET Entity Framework is core technology in Microsoft's evolving data platform that bridges the gap between data structures and objects in your applications.
ADO.NET vNext Part 3: Querying with LINQ
January 10, 2007LINQ provides a straightforward yet expressive SQL-like syntax with which you can query an Entity Data Model and uses anonymous types to return strongly-typed results.
Take a Leap Forward with ADO.NET vNext (Part 1)
November 3, 2006ADO.NET vNext is a leap forward in database programming, using mapping files to isolate your applications from relational database schema changes, and letting you choose whether to deal with data directly as objects or as tabular data.
System.Transactions and ADO.NET 2.0
June 27, 2006If you use DataAdapters and love their automatic connection-opening and closing capabilitiesand ever use transactions, you should first understand what's really going on underneath the covers.
Tech·Ed Offers Previews of Powerful Tools
June 14, 2006Microsoft has been busy baking new tools, offering tasty but not-quite-fully-cooked technology at Tech·Ed 2006. While there's plenty of new information about existing products, developers will particularly welcome upcoming capabilities in ADO.NET vNext, .NET Framework 3.0, Windows PowerShell, and Office 2007.
Streamline your Data Connections by Moving to MARS
December 12, 2005Wecome to MARS. Here on MARS you can perform multiple database queries on a single connection. The code on MARS is simpler and easier to read. And you can conserve memory use and eliminate performance bottlenecks in data-intensive Web applications. Aren't you glad you gave MARS a try?
Building a Stored Procedure Generator
October 5, 2005Creating basic data access stored procedures is time consuming and boring work. Relieve the tedium by writing code that writes these stored procedures for you.
Heard on .NET Rocks!: Indy Racing League
July 28, 2005In episode #109 Matt Mannion from Clarity Consulting talks about the application his company developed with and for the Indy Racing League in Indianapolis, IN. Using Visual Studio .NET 2003 and VB.NET they were able to develop a great application for managing real-time racing data and reporting.
Writing Provider-Independent Data Access Code with ADO.NET 2.0
February 17, 2005When you need to write an application that allows users to select the database provider, the application code itself needs to be completely provider-independent. ADO.NET 2.0 helps you create and deliver database applications even when you don't know what database your clients are using.
1 - 20 of 45
Previous
Next
Intel ended its sponsorship of Go Parallel on DevX as of January 1, 2009; however, DevX will continue to bring you news, information and programming insights on parallel and multi-core program development across all development platforms. Be sure to bookmark this page and check back often. |