Questions tagged [mongodb-.net-driver]

The current version of the well-recognized MongoDB .NET Driver facilitates asynchronous connectivity and interaction with MongoDB's robust database platform.

Transforming lambda expressions into JSON objects using MongoDB .NET Driver

Struggling with mocking frameworks for unit tests, I find it easier to execute queries as strings rather than lambda expressions within my projects. This has led me to consider modifying my IDatabase interface: Interface IDatabase { IEnumerable<Use ...

unable to send an array from an AngularJS service to a web API

There seems to be an issue with passing the value of brandSelection in the web API controller. Here is my Angular service's $http.get() method: var _getItemByCategoryId = function (categoryId, currentPageNum, brandSelection) { var deferred = $q.defe ...