DotNetShoutout - Stories tagged with MongoDB
6
Shouts

Creating a quick Todo listing app on Windows using IIS7, Node.js and Mongodb

published 624 days, 3 hours, 17 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 625 days, 9 hours, 57 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 3:41:16 AM GMT
As I mentioned in my last post, more and more organizations are leaning towards Web Oriented Architecture (WOA) which are highly scalable. If you were exploring cool, scalable options to build highly performing web applications, you know what Node.js is for. After following the recent post from Scott Hanselman, I was up and running quickly with Node.js. In this post, I’ll explain step by step how I’ve setup Node.js and Mongodb to create a simple Todo listing application.Setting up Node.js This is what ... (more)
category: Architecture | clicked: 36 | 1 comment | | source: www.amazedsaint.com
tags: MongoDB, Scalability, Node.js
2
Shouts

Attribute-Based Property Aliases Using MongoDB and NoRM

posted by gshacklesgshackles 1010 days, 10 hours, 32 minutes ago
Friday, August 13, 2010 3:05:51 AM GMT
A look into using the NoRM driver for MongoDB to map your data model using property aliases, including a solution for mapping aliases based on attributes to cut down on the amount of mapping code needed. (more)
category: Web Dev | clicked: 2 | comment | | source: www.gregshackles.com
tags: NoRM, MongoDB, ASP.NET
2
Shouts

NoSQL on the Microsoft Platform

posted by dotnetconvodotnetconvo 1013 days, 16 hours, 10 minutes ago
Monday, August 09, 2010 9:28:21 PM GMT
NoSQL is a trend that is gaining steam primarily in the world of Open Source. There are numerous NoSQL solutions available for all levels of complexity: from queryable distributed solutions like MongoDB to simpler distributed key-value storage solutions like Cassandra. Then there’s Riak, Tokyo Cabinet, Voldemort, CouchDB, and Redis. However, very few of these packaged NoSQL products are available for the other end of the platform market: Microsoft Windows. I’m going to outline what’s available now and br... (more)
category: Data | clicked: 10 | comment | | source: www.dotnetconvo.com
tags: sones, graphdb, MongoDB, voldemort, esent, MemCached, NoSQL
6
Shouts

Exploring MongoDB and an N-Tier MVC 2.0 architecture using C#

posted by dotnetconvodotnetconvo 1019 days, 57 minutes ago
Wednesday, August 04, 2010 12:40:50 PM GMT
This is basically my experience setting up and creating an application to create a blog with posts and comments using MongoDB and ASP.NET MVC 2.0. I'll start by giving a brief description, in layman's terms, as to what MVC is all about. (more)
category: Web Dev | clicked: 27 | 1 comment | | source: www.dotnetconvo.com
tags: ASP.NET MVC 2.0, C#, N-Tier, MongoDB, Architecture
5
Shouts

ASP.NET MVC: Do You Know Where Your TempData Is?

published 1039 days, 15 minutes ago posted by gshacklesgshackles 1039 days, 9 hours, 26 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Thursday, July 15, 2010 4:12:33 AM GMT
A look at how TempData works internally in ASP.NET MVC and how you can implement your own provider, including an example of using MongoDB as a provider. (more)
category: Web Dev | clicked: 1 | comment | | source: www.gregshackles.com
tags: MongoDB, Providers, MVC 2, ASP.NET
5
Shouts

Getting Started With MongoDB and NoRM

published 1044 days, 23 hours, 53 minutes ago posted by lobsterinolobsterino 1045 days, 6 hours, 54 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Friday, July 09, 2010 6:44:24 AM GMT
An overview of the very basics of using MongoDB with the C# driver NoRM. Includes code samples of a MongoDB implementation of a common session pattern. (more)
category: Web Dev | clicked: 6 | comment | | source: lukencode.com
tags: C#, MongoDB, Database, NoSQL
7
Shouts

Using PyMongo with IronPython

published 1077 days, 1 hour, 56 minutes ago posted by http://jzablocki.myopenid.com/http://jzablocki.myopenid.com/ 1079 days, 20 hours, 42 minutes ago
Monday, June 07, 2010 11:41:47 AM GMT Friday, June 04, 2010 4:56:35 PM GMT
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. This posting demonstrates how to use the official Python MongoDB driver with IronPython. (more)
category: Architecture | clicked: 16 | comment | | source: www.dllhell.net
tags: MongoDB
2
Shouts

Portland CodeCamp Downloads: Demos and Slides

posted by http://mkennedy66996693.myopenid.com/http://mkennedy66996693.myopenid.com/ 1090 days, 19 hours, 15 minutes ago
Monday, May 24, 2010 6:22:52 PM GMT
Thanks to everyone who came to my two sessions at the Portland CodeCamp this weekend. The NoSQL Movement, LINQ, and MongoDB - Oh My! Panel Discussion: NoSQL vs. RDBMS You can download the slides, demo code, and the mongoctx code snippet for Visual Studio here: NoSQL + MongoDB + LINQ: http://www.michaelckennedy.com/Talks/Downloads/PortlandCodeCamp/Kennedy-PdxCodeCamp-2010-MongoDB-NoRM-LINQ.zip NoSQL vs. RDBMS Panel: http://www.michaelckennedy.com/Talks/Downloads/PortlandCodeCamp/Kennedy-PdxCo... (more)
category: Architecture | clicked: 2 | comment | | source: www.michaelckennedy.net
tags: CodeCamp, WebCast, MongoDB, Linq, DevelopMentor, NoSQL
8
Shouts

Webcast:: NoSQL Movement, LINQ, and MongoDB

published 1102 days, 4 hours, 13 minutes ago posted by http://mkennedy66996693.myopenid.com/http://mkennedy66996693.myopenid.com/ 1103 days, 17 hours, 59 minutes ago
Thursday, May 13, 2010 9:24:37 AM GMT Tuesday, May 11, 2010 7:38:51 PM GMT
I'm happy to announce I'll be doing a free webcast in the DevelopMentor webcast series on MongoDB, .NET, LINQ, and NoRM. NoSQL Movement, LINQ, and MongoDB Tuesday May 25th - 11AM PST Register here I hope to see you there. We'll be building out a website in ASP.NET MVC with MongoDB as the back-end using LINQ. There will be plenty of code so it should be fun and educational. Cheers! @mkennedy (more)
category: Data | clicked: 0 | comment | | source: www.michaelckennedy.net
tags: WebCast, MongoDB, Linq, Screencast, DevelopMentor, NoSQL
6
Shouts

The Working Programmer - Going NoSQL with MongoDB

published 1109 days, 3 hours, 11 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1110 days, 5 hours, 32 minutes ago
Thursday, May 06, 2010 10:27:30 AM GMT Wednesday, May 05, 2010 8:05:41 AM GMT
MongoDB is one of the principal tools of the NoSQL movement, which offers alternatives to the traditional relational database system. Learn its strengths and weaknesses as Ted Neward examines the document-based database in detail in the first of a series of columns. (more)
category: How To | clicked: 2 | comment | | source: msdn.microsoft.com
tags: MSDN, MongoDB, NoSQL, MSDN Magazine
7
Shouts

MongoDB vs. SQL Server 2008 Performance Showdown

published 1115 days, 2 hours, 40 minutes ago posted by http://mkennedy66996693.myopenid.com/http://mkennedy66996693.myopenid.com/ 1115 days, 18 hours, 53 minutes ago
Friday, April 30, 2010 10:58:27 AM GMT Thursday, April 29, 2010 6:45:13 PM GMT
This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in .NET using LINQ and NoRM. I highlighted two cornerstone reasons why you might ditch your SQL Server for the NoSQL world of MongoDB. Those were 1. Ease-of-use and deployment 2. Performance For ease-of-use, you’ll have to w... (more)
category: Data | clicked: 7 | comment | | source: www.michaelckennedy.net
tags: OpenSource, SQL, MongoDB, ASP .NET, Linq, DevelopMentor, NoSQL
8
Shouts

The NoSQL Movement, LINQ, and MongoDB - Oh My!

published 1121 days, 3 hours, 6 minutes ago posted by http://mkennedy66996693.myopenid.com/http://mkennedy66996693.myopenid.com/ 1122 days, 16 hours, 8 minutes ago
Saturday, April 24, 2010 10:32:07 AM GMT Thursday, April 22, 2010 9:29:38 PM GMT
Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. “Insanity!” you may cry, “for where will people put their data if not in a database? Flat files? Tell me we aren’t we going back to flat files.” No, but in the relational model, something does has to give. The N... (more)
category: Architecture | clicked: 1 | comment | | source: www.michaelckennedy.net
tags: OpenSource, SQL, MongoDB, Linq, NoSQL, ASP.NET
9
Shouts

NoSQL with MongoDB, NoRM and ASP.NET MVC - Part 2 - Shiju Varghese's Blog

published 1123 days, 41 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 1123 days, 10 hours, 4 minutes ago
Thursday, April 22, 2010 12:57:28 PM GMT Thursday, April 22, 2010 3:34:05 AM GMT
In my last post, I have given an introduction to MongoDB and NoRM using an ASP.NET MVC demo app. I have updated the demo ASP.NET MVC app and a created a new drop at codeplex. You can download the demo at http://mongomvc.codeplex.com/ In my last post, we have discussed to doing basic CRUD operations against a simple domain entity. In this post, let’s discuss on domain entity with deep object graph. The below is our domain entities   publicclassCategory {       [MongoIdentifier]     publicObjec... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: NoRM, MongoDB, asp.netmvc, NoSQL
9
Shouts

Simple-MongoDB – Part 2, Anonymous types, JSON, Embedded entities and referencesSimple-MongoDB – Part 2, Anonymous types, JSON, Embedded entities and references

published 1123 days, 41 minutes ago posted by sedanwersedanwer 1123 days, 16 hours, 57 minutes ago
Thursday, April 22, 2010 12:57:28 PM GMT Wednesday, April 21, 2010 8:40:58 PM GMT
This is the second article of me showing some features in the Simple-MongoDB driver. This time I will explore more ways of inserting data. More specifically, I will look at how-to insert Anonymous types as well as how-to insert entities described with JSON. Finally we will look at how to deal with embedded documents and relationships between entities, so called references. (more)
category: How To | clicked: 4 | comment | | source: daniel.wertheim.se
tags: MongoDB, Simple-MongoDB
10
Shouts

NoSQL with MongoDB, NoRM and ASP.NET MVC - Shiju Varghese's Blog

published 1127 days, 3 hours, 14 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 1129 days, 6 hours, 55 minutes ago
Sunday, April 18, 2010 10:24:28 AM GMT Friday, April 16, 2010 6:43:28 AM GMT
In this post, I will give an introduction to how to work on NoSQL and document database with MongoDB , NoRM and ASP.Net MVC 2. NoSQL and Document Database The NoSQL movement is getting big attention in this year and people are widely talking about document databases and NoSQL along with web application scalability. According to Wikipedia, "NoSQL is a movement promoting a loosely defined class of non-relational data stores that break with a long history of relational databases. These data ... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, NoRM, MongoDB
3
Shouts

AcroDB. Business Logic

posted by http://oleksiy.myopenid.com/http://oleksiy.myopenid.com/ 1130 days, 17 hours, 23 minutes ago
Wednesday, April 14, 2010 8:15:17 PM GMT
Previously I have talked only about entity creation and maintain. But what if we need to add some business logic to this entity. For example, we have a table of Pages, and you need to fetch all cities of some country? (more)
category: Data | clicked: 0 | comment | | source: oleksiy.squarespace.com
tags: db migrations, C#, SQL, MongoDB, Linq, DB
5
Shouts

Simple-MongoDB – Part 1, Getting started « Daniel Wertheim

published 1131 days, 21 hours, 14 minutes ago posted by sedanwersedanwer 1133 days, 56 minutes ago
Tuesday, April 13, 2010 4:24:15 PM GMT Monday, April 12, 2010 12:42:16 PM GMT
So, I thought it was time for me to write a “Getting started with MongoDB” article but instead of using Sam Corder’s driver, I will use my own: “Simple-MongoDB”. 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. (more)
category: How To | clicked: 0 | comment | | source: daniel.wertheim.se
tags: MongoDB, Entity storage, Simple-MongoDB
7
Shouts

Simple-MongoDB – Simplified storage of entities

published 1163 days, 20 minutes ago posted by sedanwersedanwer 1165 days, 15 hours, 3 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Wednesday, March 10, 2010 10:35:11 PM GMT
New features Just checkedin some new features to my C# 4.0 based MongoDB driver: New simplified API, using generics and adds pluralization for collection Added SimoIoC which will resolve resources like pluralizer, commands etc. this lets you replace certain parts of the implementation with own implementations. Support for document references via the new type SimoReference All code is written for .Net 4.0 and is tested against MongoDB v.1.2.4 Why Simple-MongoDB? Simple support for POCOS. No mappings... (more)
category: How To | clicked: 4 | comment | | source: daniel.wertheim.se
tags: POCO, MongoDB, Simple-MongoDB
6
Shouts

Using Mongo With LINQ - Rob Conery

published 1170 days, 23 hours, 4 minutes ago posted by iftekharahmedamitiftekharahmedamit 1171 days, 14 hours ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 11:38:33 PM GMT
Lately I’ve been working with Mongo, creating a C# driver with Karl Seguin and Andrew Theken (and James Avery and Jason Alexander) and today I checked in some optimizations that made me really stoked and I thought I would share... (more)
category: Architecture | clicked: 2 | comment | | source: blog.wekeroad.com
tags: C#, MongoDB, Mongo, Linq
6
Shouts

Getting started with MongoDB – Using Json.Net and Castle Dynamic proxy

published 1195 days, 23 hours, 58 minutes ago posted by sedanwersedanwer 1198 days, 23 hours, 3 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Friday, February 05, 2010 2:34:37 PM GMT
This post is divided in three blocks: Getting MongoDB to run on your machine Consume it manually via the MongoDB – Console Consume it from C# code. (more)
category: How To | clicked: 5 | comment | | source: daniel.wertheim.se
tags: MongoDB, Castle Dynamic proxy