<?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>Technical Notes&#187; ado.net</title>
	<atom:link href="http://technotes.towardsjob.com/tag/ado-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.towardsjob.com</link>
	<description>Technical Notes about Oracle, DotNet, Java, SQL Server, XML and UNIX</description>
	<lastBuildDate>Tue, 18 May 2010 01:45:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[ADO.Net Tips]Transaction Scope</title>
		<link>http://technotes.towardsjob.com/dotnet/ado-net-tipstransaction-scope/</link>
		<comments>http://technotes.towardsjob.com/dotnet/ado-net-tipstransaction-scope/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 05:08:05 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[DotNet]]></category>
		<category><![CDATA[ado.net]]></category>
		<category><![CDATA[ADO.Net Tips]]></category>
		<category><![CDATA[MSDTC]]></category>
		<category><![CDATA[Transaction Scope]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/dotnet/ado-net-tipstransaction-scope/</guid>
		<description><![CDATA[Purpose:     Transaction Scope is very helpful to maintain transaction across multiple Connection.&#160; Even when the connections are to two different database. 
Usage:     Transaction Scope is generally used, when we need to perform ACID actions across various connection as one batch…&#160; (ie… If one action in any one [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/dba-tips-maintenance-plan-to-avoid-transaction-log-file-growth/' rel='bookmark' title='Permanent Link: (DBA TIPS) Maintenance Plan to avoid Transaction log file growth'>(DBA TIPS) Maintenance Plan to avoid Transaction log file growth</a> <small>General problem faced by most the database server is growth in transaction log file. This causes less free memory space on database server. To recover from a situation where the transaction logs grow to an unacceptable limit, you must reduce the size of the transaction logs. To do this, you...</small></li>
<li><a href='http://technotes.towardsjob.com/db2/error-sql1245n-connection-limit-reached/' rel='bookmark' title='Permanent Link: Error: SQL1245N Connection Limit Reached'>Error: SQL1245N Connection Limit Reached</a> <small>DB2 Error: SQL1245N Description : Connection limit has been reached. No more connections are allowed from this client. Explanation: The maximum number of concurrent database connections has been reached for an environment where the number of connections is restricted or must be predefined. The primary example of where this would...</small></li>
<li><a href='http://technotes.towardsjob.com/dotnet/asp-net-performance-improvement-tips/' rel='bookmark' title='Permanent Link: ASP.Net Performance Improvement Tips'>ASP.Net Performance Improvement Tips</a> <small>Welcome back, In the last two article we have been discussed about General Checklist and Security Related Checklist for ASP.Net Developers. These checklist are found to be very useful for developers perspective. Now we shall discus something about ASP.Net Performance Improvement Tips. I have listed down some of the Performance...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/dotnet/ado-net-tipstransaction-scope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DotNet Framework Fundamentals</title>
		<link>http://technotes.towardsjob.com/dotnet/dotnet-framework-fundamentals/</link>
		<comments>http://technotes.towardsjob.com/dotnet/dotnet-framework-fundamentals/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 04:06:49 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[DotNet]]></category>
		<category><![CDATA[ado.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[clr]]></category>
		<category><![CDATA[cls]]></category>
		<category><![CDATA[cts]]></category>
		<category><![CDATA[dotnet framework]]></category>
		<category><![CDATA[gac]]></category>
		<category><![CDATA[garbage handling]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/dotnet/dotnet-framework-fundamentals/</guid>
		<description><![CDATA[DotNet Framework is a Programming model of the .NET environment for building, deploying, and running Web-based applications, smart client applications, and XML Web services


Related posts:<ol><li><a href='http://technotes.towardsjob.com/dotnet/issues-and-resolution-while-migrating-from-dotnet-framework-1-1-to-2-0/' rel='bookmark' title='Permanent Link: Issues and Resolution while Migrating from DotNet Framework 1.1 to 2.0'>Issues and Resolution while Migrating from DotNet Framework 1.1 to 2.0</a> <small>Key Benefits The new API gives a fine grain control on the behavior of the runtime with regards to multithreading, memory allocation, assembly loading and more. To take advantage of better Debugging and error checking. The ASP.NET 2.0 compiler automatically compiles application code and dependent resources when a request is...</small></li>
<li><a href='http://technotes.towardsjob.com/dotnet/how-to-create-a-setup-package-in-visual-studio-net/' rel='bookmark' title='Permanent Link: How to Create a Setup Package in Visual Studio .net'>How to Create a Setup Package in Visual Studio .net</a> <small>This article demonstrates How to create a setup package(.msi file). How to place the files &amp; folders in appropriate locations in the target machine,. Adding registry entry for the project Adding Custom File Types Adding Splash screen, Read-me screen, Confirm screen, License Agreement etc Adding Launch Conditions How to check...</small></li>
<li><a href='http://technotes.towardsjob.com/dotnet/asp-net-4-0-webform-features/' rel='bookmark' title='Permanent Link: Asp.net 4.0 Webform Features'>Asp.net 4.0 Webform Features</a> <small>With Visual Studio 2010 Beta 1 and .NET Framework 4.0 has many improvements for different set of scenarios such as Webforms, Dynamic Data &amp; AJAX based web development. There are also a lot of enhancements to the core runtime that powers ASP.NET such as Caching, Session &amp; Request/Response objects. In...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/dotnet/dotnet-framework-fundamentals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>