<?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</title>
	<atom:link href="http://www.erata.net/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>Fri, 31 Aug 2012 13:31:25 +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>Clean Coders .COM</title>
		<link>http://www.erata.net/programming/clean-coders-com/</link>
		<comments>http://www.erata.net/programming/clean-coders-com/#comments</comments>
		<pubDate>Fri, 31 Aug 2012 13:31:25 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Clean Code]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[Robert C. Martin]]></category>
		<category><![CDATA[Uncle Bob]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=352</guid>
		<description><![CDATA[Lately I've started watching episodes from <a title="Clean Coders" href="http://www.cleancoders.com">CleanCoders.com</a>, a podcast created by Uncle Bob ( Robert C. Martin ) and i must say they are excellent. 
 
I must confess that when I've purchased the "Names" episode I was a bit skeptical about how much can be said about how to name the things you use in your code. I have already been paying much attention to names and overall <a href="http://www.erata.net/programming/clean-coders-com/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/programming/clean-coders-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m becoming a fan boy</title>
		<link>http://www.erata.net/mac/im-becoming-a-fan-boy/</link>
		<comments>http://www.erata.net/mac/im-becoming-a-fan-boy/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 16:40:10 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[macbook air]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=335</guid>
		<description><![CDATA[I could not resist anymore and i've bought a mac. I've been contemplating with the idea of getting a laptop lately and the <a href="http://www.apple.com/macbookair/">mac book air</a> was always coming at the top of the search results. 
 
Finally i could not delay it anymore and one morning i wake up, went to the apple store, paid 2000$ and got the all new shiny 13 inch Mac Book Air <a href="http://www.erata.net/mac/im-becoming-a-fan-boy/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/mac/im-becoming-a-fan-boy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Data Generator</title>
		<link>http://www.erata.net/projects/test-data-generator/</link>
		<comments>http://www.erata.net/projects/test-data-generator/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 11:12:57 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[fill objects]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[persistance]]></category>
		<category><![CDATA[random data]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[test data]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=308</guid>
		<description><![CDATA[I've pushed to github a new project, <a title="Test Data Generator" href="https://github.com/etishor/TestDataGenerator">TestDataGenerator</a> that should help with filling random objects with data. I felt the need for a tool like this when testing various serialization techniques and persistence strategies. 
 
Basically this utility should construct the instance of an object using a public constructor, and fill all it's public, writable properties with random data. 
 
Sample usage: 
class Sample 
{ <a href="http://www.erata.net/projects/test-data-generator/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/projects/test-data-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RavenDb EnsureDatabaseExists extension method</title>
		<link>http://www.erata.net/net/ravendb-ensuredatabaseexists-extension-method/</link>
		<comments>http://www.erata.net/net/ravendb-ensuredatabaseexists-extension-method/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 12:12:19 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[EnsureDatabaseExists]]></category>
		<category><![CDATA[multi-database]]></category>
		<category><![CDATA[RavenDb]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=299</guid>
		<description><![CDATA[Just a quick hint for others like me, who spent some minutes searching for the EnsureDatabaseExists method when trying to use <a title="RavenDb" href="http://ravendb.net">RavenDb</a> with  Multi-Databases. EnsureDatabaseExists is an extension method on IDatabaseCommands defined in the Raven.Client.Extensions namespace. To make it work you need to add a using statement for this namespace. <a href="http://www.erata.net/net/ravendb-ensuredatabaseexists-extension-method/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/ravendb-ensuredatabaseexists-extension-method/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cassette &#8211; Asset management for .NET web apps</title>
		<link>http://www.erata.net/net/cassette-asset-management-net-web-apps/</link>
		<comments>http://www.erata.net/net/cassette-asset-management-net-web-apps/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 08:02:02 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[cassette]]></category>
		<category><![CDATA[combine]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[stylesheets]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=286</guid>
		<description><![CDATA[A few weeks ago i've started using <a title="Get Cassette" href="http://getcassette.net/">Cassette</a>, a very nice asset management tool for .net web applications. It will basically take your assets ( javascript, coffescript, css, images ) and do the right thing with them ( combine, minify etc).

While working with it i had a few issues which I've  managed to solve and i would like to share them. <a href="http://www.erata.net/net/cassette-asset-management-net-web-apps/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/cassette-asset-management-net-web-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Upgrade to 3.2</title>
		<link>http://www.erata.net/news/wordpress-upgrade-3-2/</link>
		<comments>http://www.erata.net/news/wordpress-upgrade-3-2/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 07:44:40 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=282</guid>
		<description><![CDATA[Today WordPress 3.2 was released, and this blog has been upgraded to the latest version. If you encounter any problems drop a message in the comments form bellow <a href="http://www.erata.net/news/wordpress-upgrade-3-2/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/news/wordpress-upgrade-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Plus One</title>
		<link>http://www.erata.net/news/google-plus-one/</link>
		<comments>http://www.erata.net/news/google-plus-one/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 08:37:03 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plus one]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=276</guid>
		<description><![CDATA[I've added the Google Plus one service to this site. If you like and find useful the articles on this website please recommend it by using the +1 Button <a href="http://www.erata.net/news/google-plus-one/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/news/google-plus-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NHibernate Cache Provider for Membase</title>
		<link>http://www.erata.net/net/nhibernate-cache-provider-membase/</link>
		<comments>http://www.erata.net/net/nhibernate-cache-provider-membase/#comments</comments>
		<pubDate>Wed, 25 May 2011 11:08:54 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[membase]]></category>
		<category><![CDATA[nhibernate]]></category>
		<category><![CDATA[provider]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=265</guid>
		<description><![CDATA[I've written a cache provider for <a title="NHibernate" href="http://nhforge.org">NHibernate</a> which uses <a title="Membase" href="http://membase.org">Membase</a> as a cache engine.

You can find the souce code on <a title="NHibernate.Caches.Membase" href="https://github.com/etishor/NHibernate.Caches.Membase">github</a>.

Example configuration can be found in the <a title="App.config" href="https://github.com/etishor/NHibernate.Caches.Membase/blob/master/NHibernate.Caches.Membase.Tests/App.config">test project</a>.
 <a href="http://www.erata.net/net/nhibernate-cache-provider-membase/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/nhibernate-cache-provider-membase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disquss Comment System</title>
		<link>http://www.erata.net/news/disquss-comment-system/</link>
		<comments>http://www.erata.net/news/disquss-comment-system/#comments</comments>
		<pubDate>Wed, 18 May 2011 09:30:13 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[disquss]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=255</guid>
		<description><![CDATA[I've switched the comments to <a title="Disquss" href="http://disqus.com">disquss</a>.  If you have any problems with the new commenting system please let me know <a href="http://www.erata.net/news/disquss-comment-system/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/news/disquss-comment-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Serialization Choices &#8211; Raven.Json</title>
		<link>http://www.erata.net/net/net-serialization-choices-raven-json/</link>
		<comments>http://www.erata.net/net/net-serialization-choices-raven-json/#comments</comments>
		<pubDate>Tue, 03 May 2011 10:03:44 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[raven]]></category>
		<category><![CDATA[raven.json]]></category>
		<category><![CDATA[Serialization]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=248</guid>
		<description><![CDATA[This post is an addition to <a title=".NET Serialization Choices" href="http://www.erata.net/net/net-serialization-choices/">.NET Serialization Choices</a> post. 
 
I've added to the <a title="Serialization Tests" href="https://github.com/etishor/SerializationTests">SerializationTests </a>Project the new serialization implementation in Raven.Json. 
 
The Raven.Json Serializer is an extension to Newtonsoft Json.NET serializer and as expected the results are similar. Also the Pros &#38; Cons are similar: 
<h3><a title="Raven.Json" href="https://github.com/ravendb/Raven.Json">Raven.Json</a></h3> 
Optimized DOM for Newtonsoft Json.NET 
 
<strong>Pro: </strong>JSON Based, human readable, platform <a href="http://www.erata.net/net/net-serialization-choices-raven-json/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/net-serialization-choices-raven-json/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: www.erata.net @ 2013-05-25 05:06:15 by W3 Total Cache -->