2530 Views
Learn how to use a NoSQL MongoDb database to create a simple .NET application for displaying Dragons. Our architecture will utilize the repository pattern, combined with a global database context provider. We'll create a 3-tier system for accessing the Dragons, creating, updating, and deleting.
1 comments
dpeterson
1/10/2012 11:12:12 AM
What's the advantage to creating relationships in a NoSQL database vs using a relational database?