<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>dotnetcat: Database .NET news</title>
<link>http://www.dotnetcat.com/</link>
<atom:link href="http://www.dotnetcat.com/news/Database/rss.xml" rel="self" type="application/rss+xml" />
<description>.NET developer news by tags: C#, ASP.NET, VB.NET, database, security, performance and more</description>
<language>en-us</language>
<item>
<title>MongoDB and C#</title>
<link>http://www.dotnetcat.com/news/Database/id/14115/</link>
<guid>http://www.dotnetcat.com/news/Database/id/14115/</guid>
<pubDate>Tue, 15 Jun 2010 12:01:00 -0500</pubDate>
<description><![CDATA[In this article, I'd like to help you get started with MongoDB, from install to your first project. In addition, I'll show a little bit about the LINQ provider and let you play with it on your own.]]></description>
<category><![CDATA[Database]]></category>
</item>
<item>
<title>Inside Recursive CTE's</title>
<link>http://www.dotnetcat.com/news/Database/id/13961/</link>
<guid>http://www.dotnetcat.com/news/Database/id/13961/</guid>
<pubDate>Tue, 25 May 2010 10:42:00 -0500</pubDate>
<description><![CDATA[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.]]></description>
<category><![CDATA[Database]]></category>
</item>
<item>
<title>Database Export Wizard for ASP.net and SQL Server</title>
<link>http://www.dotnetcat.com/news/Database/id/13880/</link>
<guid>http://www.dotnetcat.com/news/Database/id/13880/</guid>
<pubDate>Thu, 20 May 2010 10:55:00 -0500</pubDate>
<description><![CDATA[With this article I would like to share a simple but useful little tool: ExportWizard, a Step Wizard for Database Export. It guides users through a few simple steps to choose a database object (table, view, or query), select columns, and export the data in any of the standard formats (CSV, HTML, XML, or SQL).]]></description>
<category><![CDATA[Database]]></category>
</item>
<item>
<title>Going NoSQL with MongoDB</title>
<link>http://www.dotnetcat.com/news/Database/id/13931/</link>
<guid>http://www.dotnetcat.com/news/Database/id/13931/</guid>
<pubDate>Sun, 02 May 2010 19:00:00 -0500</pubDate>
<description><![CDATA[MongoDB is one of the principal tools of the NoSQL movement, which offers alternatives to the traditional relational database system. Learn its strengths and weaknesses as Ted Neward examines the document-based database in detail in the first of a series of columns.
]]></description>
<category><![CDATA[Database]]></category>
</item>
<item>
<title>RavenDB - An Introduction</title>
<link>http://www.dotnetcat.com/news/Database/id/13746/</link>
<guid>http://www.dotnetcat.com/news/Database/id/13746/</guid>
<pubDate>Wed, 28 Apr 2010 07:58:00 -0500</pubDate>
<description><![CDATA[An intro to RavenDB - a new open source .NET document database using .NET 4.0 and VS 2010]]></description>
<category><![CDATA[Database]]></category>
</item>
<item>
<title>Defining Indexes with SQL Server 2005</title>
<link>http://www.dotnetcat.com/news/Database/id/13518/</link>
<guid>http://www.dotnetcat.com/news/Database/id/13518/</guid>
<pubDate>Tue, 06 Apr 2010 00:14:00 -0500</pubDate>
<description><![CDATA[All about SQL Indexes - Query Optimizer, Index, Unique Index, Clustered Index, Full Text Index, XML Index and SQL commands to create, delete, and rename SQL indexes.]]></description>
<category><![CDATA[Database]]></category>
</item>
<item>
<title>A small ADO.NET library with some ORM capabilities</title>
<link>http://www.dotnetcat.com/news/Database/id/13521/</link>
<guid>http://www.dotnetcat.com/news/Database/id/13521/</guid>
<pubDate>Mon, 05 Apr 2010 17:14:00 -0500</pubDate>
<description><![CDATA[Basic CRUD methods with some other interesting features]]></description>
<category><![CDATA[Database]]></category>
</item>
<item>
<title>Using SQL Server Integration Services</title>
<link>http://www.dotnetcat.com/news/Database/id/12377/</link>
<guid>http://www.dotnetcat.com/news/Database/id/12377/</guid>
<pubDate>Sat, 28 Nov 2009 23:45:00 -0600</pubDate>
<description><![CDATA[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&hellip;]]></description>
<category><![CDATA[Database]]></category>
</item>
<item>
<title>Using SqlBulkCopy To Perform Efficient Bulk SQL Operations</title>
<link>http://www.dotnetcat.com/news/Database/id/12029/</link>
<guid>http://www.dotnetcat.com/news/Database/id/12029/</guid>
<pubDate>Tue, 20 Oct 2009 19:00:00 -0500</pubDate>
<description><![CDATA[This article look at how to use the SqlBulkCopy class to efficiently execute bulk operations against Microsoft SQL Server.]]></description>
<category><![CDATA[Database]]></category>
</item>
<item>
<title>.NET Basics for the Database Developer: Take the Plunge</title>
<link>http://www.dotnetcat.com/news/Database/id/10734/</link>
<guid>http://www.dotnetcat.com/news/Database/id/10734/</guid>
<pubDate>Thu, 09 Apr 2009 23:39:40 -0500</pubDate>
<description><![CDATA[This short introduction to.NET shows Access and SQL Server developers how to use a development tool to create connections to data and a user interface to manipulate that data.]]></description>
<category><![CDATA[Database]]></category>
</item>
</channel>
</rss> 