Search code examples
c#.netmongodbnosqlcode-first

Q: Sending Data to MongoDB using dotNet


Is there a way to send data to MongoDB using dotNet (Code first approach)?


Solution

  • found two approach:

    [1]: https://cdata.com/kb/tech/mongodb-ado-codefirst.rst using EF6

    [2]: using MongoDB.Driver