EF core intergration with MongoDb. 
                        
                    
         
                    Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
                        Entity Framework Core Tutorial: https://entityframeworkcore.com/
                        Entity Framework 6 Tutorial: https://entityframework.net/
                    Info
| Version: | 6.0.0 | 
| Author(s): | qianhua | 
| Last Update: | Friday, March 11, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://dev.azure.com/qianhua19800526/_git/TinyNetCoreMvcSample | 
| NuGet Url: | https://www.nuget.org/packages/Tiny.EntityFrameworkCore.MongoDB | 
Install
Install-Package Tiny.EntityFrameworkCore.MongoDB
                        dotnet add package Tiny.EntityFrameworkCore.MongoDB
                        paket add Tiny.EntityFrameworkCore.MongoDB
                        
                                Tiny.EntityFrameworkCore.MongoDB Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
 - MongoDB.Driver(>= 2.8.1)
 
Tags