.NET news » Database 
The Working Programmer: Going NoSQL with MongoDB, Part 3
Windows Azure Table Storage – Not Your Father’s Database
MongoDB and C#
Inside Recursive CTE's
The Common Table Expression that was introduced in SQL Server 2005 has long been something of an issue for me. I could reproduce the syntax to get what I wanted, but I couldn't honostly say I understood what was going on there. I always need a mental picture to understand something, and that was just missing.
Recently I think I figured out model that helps me work with them and explain how, although different, they're actually analogous to recursion in normal programming.
Database Export Wizard for ASP.net and SQL Server
Going NoSQL with MongoDB
RavenDB - An Introduction
Defining Indexes with SQL Server 2005
A small ADO.NET library with some ORM capabilities
Using SQL Server Integration Services
Integrating data into applications or reports is one of the most important, expensive and exacting activities in building enterprise data warehousing and reporting applications. SQL Server Integration Services which first appeared in MS SQL Server 2005 and continued into MS SQL Server 2008 provides a one-stop solution to the ETL Process. The ETL Process consists of extracting data from a data source, transforming the data so that it can get in cleanly into the destination followed by loading the transformed data to the destination. Enterprise data can be of very different kinds ranging from flat files to data stored in relational databases. Recently storing and exchanging data in XML has become common as exchanging data in XML format has many advantages…

