<?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>Erata.NET &#187; transaction</title>
	<atom:link href="http://www.erata.net/tag/transaction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erata.net</link>
	<description>If we don't have the solution you have the wrong problem</description>
	<lastBuildDate>Thu, 17 Nov 2011 11:12:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Log4Net not logging errors to db</title>
		<link>http://www.erata.net/net/log4net-not-logging-errors-to-db/</link>
		<comments>http://www.erata.net/net/log4net-not-logging-errors-to-db/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 08:47:52 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[adonet appender]]></category>
		<category><![CDATA[atomicity]]></category>
		<category><![CDATA[configuration section]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[log message]]></category>
		<category><![CDATA[log4net]]></category>
		<category><![CDATA[logging errors]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[transaction]]></category>
		<category><![CDATA[Unit Of Work]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[windows services]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=161</guid>
		<description><![CDATA[This is a short post about logging errors to db with log4net. 
 
I've recently been bitten by a bug or better said miss configuration of log4net. I'm using log4net with database logging and file logging in a project and i was wandering why there are no error messages logged in the db when they are logged in the log files configured. 
 
At one point it hit me: Transactions <a href="http://www.erata.net/net/log4net-not-logging-errors-to-db/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/log4net-not-logging-errors-to-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NServiceBus with NHibernate and MySQL</title>
		<link>http://www.erata.net/net/nservicebus-with-nhibernate-and-mysql/</link>
		<comments>http://www.erata.net/net/nservicebus-with-nhibernate-and-mysql/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 10:59:26 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Andreas Öhlund]]></category>
		<category><![CDATA[c sharp]]></category>
		<category><![CDATA[database server]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[fault tolerant]]></category>
		<category><![CDATA[hole design]]></category>
		<category><![CDATA[index column]]></category>
		<category><![CDATA[massage]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[MSDTC]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql transaction]]></category>
		<category><![CDATA[nhibernate]]></category>
		<category><![CDATA[nservicebus]]></category>
		<category><![CDATA[sample applications]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[tolerant services]]></category>
		<category><![CDATA[transaction]]></category>
		<category><![CDATA[transactions]]></category>
		<category><![CDATA[Udi Dahan]]></category>
		<category><![CDATA[unitOfWork]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[unix experience]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.erata.net/net/nservicebus-with-nhibernate-and-mysql/</guid>
		<description><![CDATA[<p>In the last project I have been working i finally got a chance to design and implement a solution based on <a title="NServiceBus" href="http://nservicebus.com/">NServiceBus</a> and <a title="NHibernate" href="http://nhforge.org/">NHibernate</a>, two tools I’ve been watching for a while but never got a chance to play with in more than sample applications. For some external reasons I've been forced to use <a href="http://www.mysql.com/">MySQL</a> as a database server in this project.</p>  <p></p>  <a href="http://www.erata.net/net/nservicebus-with-nhibernate-and-mysql/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/nservicebus-with-nhibernate-and-mysql/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>ASP.NET 2.0 and SQLServer 2000 Transactions</title>
		<link>http://www.erata.net/net/aspnet-20-sqlserver-2000-transactions/</link>
		<comments>http://www.erata.net/net/aspnet-20-sqlserver-2000-transactions/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 09:21:11 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[BeginTransaction]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[datasets]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[performance problem]]></category>
		<category><![CDATA[public]]></category>
		<category><![CDATA[public interface]]></category>
		<category><![CDATA[public static void]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[SqlCommand]]></category>
		<category><![CDATA[SqlConnection]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[sqlserver 2000]]></category>
		<category><![CDATA[sqlserver 2005]]></category>
		<category><![CDATA[transaction]]></category>
		<category><![CDATA[transactions]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://www.erata.net/weblog/programming/2007/06/27/aspnet-20-sqlserver-2000-transactions/</guid>
		<description><![CDATA[The new ADO.NET 2.0 and it's typed datasets and table adapters are very useful tools for creating a DAL in you application. Still when working with SQLServer 2000 implementing transactions is a bit tricky.  <a href="http://www.erata.net/net/aspnet-20-sqlserver-2000-transactions/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/aspnet-20-sqlserver-2000-transactions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

