Tag: MongoDB

  • ASP.NET MVC 3 & MongoDB: CRUD operations in NoSQL database using FluentMongo

    This blog post shows how to use the open-source NoSQL database MongoDB in an ASP.NET MVC 3 web application. The showcase web application uses FluentMongo that adds LINQ-support for the 10gen MongoDB C# driver. Summarized the application demonstrates how to perform the basic CRUD (create, read, update and delete) database operations. Before running the example […]