Working with GUIDs in MongoDB and ASP.NET MVC3

Just a small tip for those looking to use GUIDs as document IDs in MongoDB in conjunction with ASP.NET MVC3: it’s a lot more straightforward than it may seem at the onset. These examples are based off of the ASP.NET...