<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Daniel Wertheim &#187; MongoDB</title>
	<atom:link href="http://daniel.wertheim.se/category/entity-storage/mongodb-entity-storage-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.wertheim.se</link>
	<description>Love what you do - Continue to do it - Be eager to learn more about it.</description>
	<lastBuildDate>Fri, 27 Jan 2012 12:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='daniel.wertheim.se' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Daniel Wertheim &#187; MongoDB</title>
		<link>http://daniel.wertheim.se</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://daniel.wertheim.se/osd.xml" title="Daniel Wertheim" />
	<atom:link rel='hub' href='http://daniel.wertheim.se/?pushpress=hub'/>
		<item>
		<title>Simple-MongoDB &#8211; Part 1, Getting started</title>
		<link>http://daniel.wertheim.se/2010/04/12/simple-mongodb-part-1-getting-started/</link>
		<comments>http://daniel.wertheim.se/2010/04/12/simple-mongodb-part-1-getting-started/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 12:34:38 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[Simple-MongoDB]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=421</guid>
		<description><![CDATA[So, I thought it was time for me to write a &#8220;Getting started with MongoDB&#8221; article but instead of using Sam Corder&#8217;s driver, I will use my own: &#8220;Simple-MongoDB&#8221;. It will be a series of posts covering this topic. This post is the first and will cover how-to get connected and how-to add some entities. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=421&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/04/12/simple-mongodb-part-1-getting-started/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>My opinion on mappings for MongoDB</title>
		<link>http://daniel.wertheim.se/2010/03/06/my-opinion-on-mappings-for-mongodb/</link>
		<comments>http://daniel.wertheim.se/2010/03/06/my-opinion-on-mappings-for-mongodb/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 18:50:29 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[Simple-MongoDB]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=340</guid>
		<description><![CDATA[I think that enforcing mappings when using MongoDb is like taking a step towards an OR/M instead of away from it, and in my opinion: away is better. A strength with MongoDB is that it&#8217;s schema less, why then add fictive schemas by adding mappings in your C# code? The driver I&#8217;m building uses Json.Net [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=340&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/03/06/my-opinion-on-mappings-for-mongodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>MongoDB in C# &#8211; Extensions to support Json-mapping or Proxy generation</title>
		<link>http://daniel.wertheim.se/2010/02/07/mongodb-in-c-extensions-to-support-json-mapping-or-proxy-generation/</link>
		<comments>http://daniel.wertheim.se/2010/02/07/mongodb-in-c-extensions-to-support-json-mapping-or-proxy-generation/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 13:17:15 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Castle DynamicProxy]]></category>
		<category><![CDATA[Json.Net]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=284</guid>
		<description><![CDATA[Note! This is an update to my previous post. For history and explanation of the consuming code see my previous post. I have made some quick changes to make the JSON API and the Proxy API that I wrote about in the earlier post, easier to use. I have put the code in an external [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=284&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/02/07/mongodb-in-c-extensions-to-support-json-mapping-or-proxy-generation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting started with MongoDB &#8211; Using Json.Net and Castle Dynamic proxy</title>
		<link>http://daniel.wertheim.se/2010/02/05/getting-started-with-mongodb-using-json-net-and-castle-dynamic-proxy/</link>
		<comments>http://daniel.wertheim.se/2010/02/05/getting-started-with-mongodb-using-json-net-and-castle-dynamic-proxy/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 14:30:23 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Castle DynamicProxy]]></category>
		<category><![CDATA[Json.Net]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=274</guid>
		<description><![CDATA[This post is divided in three blocks: - Getting MongoDB to run on your machine - Consume it manually via the MongoDB &#8211; Console - Consume it from C# code. Updates! See new post. Or how to do it, using Simple-MongoDB If you are just intereseted in the C# implementation, the section for how to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=274&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/02/05/getting-started-with-mongodb-using-json-net-and-castle-dynamic-proxy/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2010/02/mongodb-verify-its-running.png?w=300" medium="image">
			<media:title type="html">MongoDB - Verify its running</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2010/02/mongodb-list-contents.png" medium="image">
			<media:title type="html">MongoDB-List contents</media:title>
		</media:content>
	</item>
	</channel>
</rss>
