<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="0.92">
<channel>
	<title>dll Hell .net</title>
	<link>http://www.dllhell.net</link>
	<description>John Zablocki's thoughts on code, technology and teaching...</description>
	<lastBuildDate>Tue, 27 Jul 2010 14:43:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>On MongoDB Master Slave Configuration</title>
		<description>It's pretty straight forward to setup a Master/Slave configuration for MongoDB.  If you want to experiment on a single Windows box, use the steps below:

Start by creating the data directories:

c:\Users\John> cd c:\data
c:\data>mkdir masterdb
c:\data>mkdir slavedb1
c:\data>mkdir slavedb2

Startup the master database (I assume you've of course added Mongo's bin directory to your ...</description>
		<link>http://www.dllhell.net/index.php/2010/07/27/on-mongodb-master-slave-configuration/</link>
			</item>
	<item>
		<title>On Sequences with MongoDB and NoRM</title>
		<description>One of the first things I noticed when I started to move some code from NHibernate/SQL Server to NoRM/MongoDB is that ObjectIds look funny in MVC URLs.  In other words:

http://codevoyeur.com/articles/show/bd342503dbbd3c94e1010000 vs. http://codevoyeur.com/articles/show/10

NoRM's overloaded operators let ObjectIds and strings play nicely together so there's no real problem with MVC routing. ...</description>
		<link>http://www.dllhell.net/index.php/2010/07/23/on-sequences-with-mongodb-and-norm/</link>
			</item>
	<item>
		<title>On MapReduce in MongoDB</title>
		<description>MapReduce can be a confusing concept to understand at first.  It's not that it's some terribly complex thing, but rather when you work with it in tools like MongoDB, you're simply not exposed to all the pieces.  I'm hoping this post helps to put the puzzle together...

In MongoDB, ...</description>
		<link>http://www.dllhell.net/index.php/2010/07/17/on-mapreduce-in-mongodb/</link>
			</item>
	<item>
		<title>On A Simple IronPython Route Mapper for ASP.NET MVC</title>
		<description>Another Code Voyeur article showing how to replace XML or compiled configuration with IronPython.  This one moves ASP.NET MVC route mappings to a Python file.

http://www.codevoyeur.com/Articles/21/A-Simple-IronPython-Route-Mapper-for-ASP.NET-MVC.aspx </description>
		<link>http://www.dllhell.net/index.php/2010/07/06/on-a-simple-ironpython-route-mapper-for-aspnet-mvc/</link>
			</item>
	<item>
		<title>On Relational Against the Machine</title>
		<description>While out for a run this past weekend, Rage Against the Machine's "Township Rebellion" got a turn on my Shuffle.  As I was listening, a line caught my attention - "Lord, I wish I could be peaceful.  But there can be NoSQL."  Later on they continue with ...</description>
		<link>http://www.dllhell.net/index.php/2010/07/06/on-relational-against-the-machine/</link>
			</item>
	<item>
		<title>On Shared Hosting - Part VI</title>
		<description>Whenever I write about shared hosting, it's not a good thing.  It usually means another host has gone from good or ok to just plain awful.  Not too long ago, I wrote in Part V that WebHost4Life appeared to be a keeper.  They had a great, bare ...</description>
		<link>http://www.dllhell.net/index.php/2010/06/23/on-shared-hosting-part-vi/</link>
			</item>
	<item>
		<title>On Running NerdDinner on MongoDB with NoRM - Part I</title>
		<description>As part of a presentation I'll be giving at the Hartford Code Camp this Saturday, I've started to work through the task of converting NerdDinner to run on MongoDB using the NoRM driver.  This is the first in a short series of posts on the process. 

To get started, ...</description>
		<link>http://www.dllhell.net/index.php/2010/06/14/on-running-nerddinner-on-mongodb-with-norm-part-i/</link>
			</item>
	<item>
		<title>On A NoRM-MongoDB Repository Base Class</title>
		<description>A Code Voyeur article demonstrating how to create an extensible repository base class using NoRM and MongoDB.

http://www.codevoyeur.com/Articles/20/A-NoRM-MongoDB-Repository-Base-Class.aspx </description>
		<link>http://www.dllhell.net/index.php/2010/05/28/on-a-norm-mongodb-repository-base-class/</link>
			</item>
	<item>
		<title>On Using PyMongo with IronPython</title>
		<description>While most .NET developers who want to work with MongoDB focus on C# with NoRM and MongoDB-CSharp, there's an alternative - IronPython and PyMongo.

PyMongo is the 10Gen developed Python driver for MongoDB.  It's actually pretty easy to get it working with IronPython.  The steps are as follows:

	Download PyMongo ...</description>
		<link>http://www.dllhell.net/index.php/2010/05/27/on-using-pymongo-with-ironpython/</link>
			</item>
	<item>
		<title>On DEV Magazine</title>
		<description>I speak just enough Italian that I'm able to order a glass of Chianti and find my dog a toy in a Venetian marketplace.  Nonetheless, I've been published in the Italian DEV magazine (which I think is pretty cool).  DEV is a community-driven, non-profit magazine.
 </description>
		<link>http://www.dllhell.net/index.php/2010/05/10/on-dev-magazine/</link>
			</item>
</channel>
</rss>
