<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>SQL Server Performance &#187; ADO.NET</title>
	<atom:link href="http://www.sql-server-performance.com/category/tips/adonet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 15 May 2013 08:10:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Performance Tuning Tips for Creating Visual Basic Applications Using SQL Server</title>
		<link>http://www.sql-server-performance.com/2007/visual-basic-performance/</link>
		<comments>http://www.sql-server-performance.com/2007/visual-basic-performance/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 01:12:50 +0000</pubDate>
		<dc:creator>Brad McGehee</dc:creator>
				<category><![CDATA[ADO.NET]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=229</guid>
		<description><![CDATA[Performance Tuning Tips for Creating Visual Basic Applications Using SQL Server While ADO, ADO.NET (and other VB object libraries) make database manipulation easy for the programmer, using these shortcuts can kill SQL Server performance. As a rule of thumb, encapsulate your DML (Data Manipulation Language) in stored procedures and run them from your VB application. [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2007/visual-basic-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET and SQL Server Performance Tips</title>
		<link>http://www.sql-server-performance.com/2007/asp-net-performance/</link>
		<comments>http://www.sql-server-performance.com/2007/asp-net-performance/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 01:12:50 +0000</pubDate>
		<dc:creator>Brad McGehee</dc:creator>
				<category><![CDATA[ADO.NET]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=227</guid>
		<description><![CDATA[ASP.NET and SQL Server Performance Tips Take advantage of the SQL Server .NET data provider to access SQL Server data using ADO.NET, as it offers the best overall performance (as compared to previous technologies). It can be used to access SQL Serve 7.0, SQL Server 2000, and SQL Server 2005 databases. [7.0, 2000, 2005] Updated [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2007/asp-net-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Tuning ASP Pages Using SQL Server</title>
		<link>http://www.sql-server-performance.com/2007/asp-sql-server/</link>
		<comments>http://www.sql-server-performance.com/2007/asp-sql-server/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 01:12:50 +0000</pubDate>
		<dc:creator>Brad McGehee</dc:creator>
				<category><![CDATA[ADO.NET]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=228</guid>
		<description><![CDATA[While ADO makes database manipulation easy for the ASP page developer, using ADO methods to access SQL Server data can often kill SQL Server performance. As a rule of thumb, encapsulate your DML (Data Manipulation Language) in stored procedures instead of using ADO methods. This bypasses object library overhead, reduces the chatter between the VB [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2007/asp-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADO.NET and SQL Server Performance Tips</title>
		<link>http://www.sql-server-performance.com/2006/ado-net-performance/</link>
		<comments>http://www.sql-server-performance.com/2006/ado-net-performance/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 01:12:50 +0000</pubDate>
		<dc:creator>Brad McGehee</dc:creator>
				<category><![CDATA[ADO.NET]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=226</guid>
		<description><![CDATA[ADO.NET provides several different methods to access SQL Server data, including OLE DB.NET, ODBC.NET, SQLXML, and the SQL Server .NET data provider. Of all of these, the SQL Server .NET data provider is the fastest, as much as 30-40% faster than the others. The SQL Server .NET provider uses TDS (Tabular Data Stream, which is [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/ado-net-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
