Beginners Guide to MongoDB and C# MVC 2.0
The “hello world” for web applications is a basic blog with posts and comments. This time using MongoDB and C# MVC 2.0:
First things first, call this a disclaimer if you like…. This blog is what I took from working with MongoDB and MVC C#. I have worked with C# .Net with web forms but never MVC or MongoDB. This is basically my experience setting up and creating an application to create a blog with posts and comments. I’ll start by giving a brief description, in layman’s terms, as to what MVC is all about.
Beginners Guide to MongoDB and C# MVC 2.0 originally posted on the NoSQL blog: myNoSQL