Using MongoDB with ASP.NET MVC

Pluralsight
Course Summary
MongoDB is quickly becoming a ubiquitous alternative to traditional relational storage systems. This course will give you the knowledge necessary to get started with MongoDB in your ASP.NET MVC applications and .NET development.
-
+
Course Description
Interested in using MongoDB to store information in your ASP.NET MVC applications? This course covers the decisions you will face and the tools available to incrementally build an MVC application with MongoDB. You will learn how to connect to MongoDB using the official C# driver, create documents and customize serialization, overcome the object relational impedance mismatch and start creating rich domain models, store and modify documents, query documents with both LINQ and Mongo query styles, and store files with GridFS. At the end of this course, you will have the skills necessary to begin using MongoDB in your .NET applications.
-
+
Course Syllabus
Course Introduction- 5m 21s
—Welcome 0m 47s
—Why Use MongoDB in MVC? 3m 37s
—What Will I Learn? 0m 56sConnecting to MongoDB- 16m 55s
—Overview 1m 1s
—The Official Driver 2m 14s
—Exploring the Driver Connection Abstractions 4m 4s
—Getting Mongo Running 0m 59s
—Setting Up an MVC App to Connect to Mongo 3m 58s
—Extracting a Context Class to Connect to Mongo 3m 29s
—Takeaway 1m 8sCreating Documents- 46m 31sStoring and Modifying Documents- 50m 32sQuerying Documents- 37m 51sGridFS- 28m 46sNext Steps- 6m 21s