The Wayback Machine - https://web.archive.org/web/20100724061639/http://www.codeguru.com:80/csharp/csharp/cs_network/database/

    Database

    Creating Native Web Services in SQL Server

    Expose your SQL Server data directly over the web. Learn to create SOAP-based native web services in SQL Server 2005/2008 that can be consumed from client applications over HTTP.

    Hamsterdb: a Small, Fast Database That Won't Weigh You Down

    Need a fast database that won't bloat your application? Try this fast b+tree record manager with a small footprint, especially good for embedded device environments.

    Auditing in SharePoint 2007

    Careful registration of information in a Portal can be vitally important to a company, not only internally but also for possible juridical consequences. SharePoint 2007 has the necessary infrastructure to gather and conserve the entries in a secure way.

    Facebook Application Development

    Learn how to build a sophisticated Facebook application that interacts with Facebook users and with SQL Server database articles.

    Using Connection Pooling in ADO.NET

    Learn how ADO.NET connection pooling works and how to configure it to suit your performance requirements.

    Knitting an Integration Solution with BizTalk Services

    BizTalk Services, an Internet Service Bus hosted by Microsoft, showcases CardSpace and Windows Communication Foundation (WCF), some of Microsoft's latest security and distributed technologies.

    Ponderings about the Tech Ed 2007 Keynote

    The people at Microsoft are busy with lots of products. Did someone forget that they should be excited about them?

    Connecting to Oracle or Access from ASP.NET 2.0

    Discover how to use the ASP.NET 2.0 SqlDataSource and AccessDataSource Controls to work with Oracle and Access data from Wrox Professional ASP.NET 2.0 Special Edition authors Bill Evjen and Devin Rader.

    News: Don't Embed That Database!

    Did you replace MSDE with SQL Server 2005 Express Edition? Did you make the wrong move?

    DLINQ: Submitting Your Changes

    Submitting changes as update, insert, and delete queries is at the heart of any data-driven application. Learn the various support options DLINQ offers for these tasks.

    Transactions in the .NET 2.0 Framework

    Learn about the importance of transactions and key transaction management features in .NET 2.0 from JOe Duffy, author of Professional .NET Framework 2.0.

    Full-Text Searching with IFilters

    Indexing Server, SQL Server, Windows SharePoint Services, SharePoint Portal Server, Exchange Server, and Windows Desktop Search provide full-text search capabilities. Each utilizes so-called IFilter components to index the content and then allows clients to search the index. Learn how IFilter components are utilized and how full-text searching works in each of those products.

    Administrate Indexing Server from Within Your Application

    Learn to programmatically administrate Indexing Server; for example, create a new Indexing catalog and then add folders to be indexed by this catalog.

    Want to Execute Multiple Queries on a Single Connection? Go to MARS

    ADO.NET 2.0 introduces Multiple Active Result Sets (MARS), a feature that enables you to execute multiple queries against the database using a single connection. Learn how to return multiple forward-only, read-only result sets using MARS.

    Reading From Databases

    Learn some time-saving tricks to use ASP.NET to read information from a database to your Web site.

    Connecting to an Oracle Database Using ASP.NET—A Step-by-Step Tutorial

    Learn the step-by-step process to connect to an Oracle database from ASP.NET.

    Designing a Winform in C# and Linking It to a SQL Server Database

    Discover how to design an interface (Windows Form) in Visual Studio .NET using the C# language and then create and link it to a database on SQL Server 2000. (The article was updated.)