Skip to content

MongoDB is highly cross platform and can just work with about everything. As our point of concern, MongoDB can be seamleslly integrated with ASP.NET Core to take the maximum advantage of this awesome document based NOSQL Database. Let’s setting up MongoDB Server and ultimately building a ASP.NET Core 3.1 WebAPI that does CRUD operations on a Mon…

Notifications You must be signed in to change notification settings

basharovi/MongoDB-CRUD-with-.Net-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB-CRUD-with-.Net-Core

MongoDB is one of the most popular Document based NOSQL Database with all the flexibility and scalability that your application would ever need. MongoDB is extensively used by large tech giants for storing high volumes of data. Instead of using the traditional SQL Tables and Rows, MongoDB stores data in JSON objects which is much more efficient than the traditional row/column approach.

MongoDB is highly cross platform and can just work with about everything. As our point of concern, MongoDB can be seamleslly integrated with ASP.NET Core to take the maximum advantage of this awesome document based NOSQL Database. Let’s setting up MongoDB Server and ultimately building a ASP.NET Core 3.1 WebAPI that does CRUD operations on a MongoDB Instances.

About

MongoDB is highly cross platform and can just work with about everything. As our point of concern, MongoDB can be seamleslly integrated with ASP.NET Core to take the maximum advantage of this awesome document based NOSQL Database. Let’s setting up MongoDB Server and ultimately building a ASP.NET Core 3.1 WebAPI that does CRUD operations on a Mon…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages