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.
Latest Database Articles
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.
Latest CodeGuru Developer Columns
Simple Solutions: Coding C and C++ with Visual Studio Code
With the addition of the C/C++ extension to Visual Studio Code, you might have what is needed in a small, cross-platform editor.

Create SQL Server Database Unit Tests Using Visual Studio
Learn how to set up unit tests using an existing database and by using new, custom SQL scripts.

Creating a Family Tree Using .NET
Create a graphical family tree, using either C# or VB.NET.
Understanding Onion Architecture
Onion Architecture addresses the challenges faced with 3-tier and n-tier architectures, and provides a solution for common problems.