Adrian

Results 3 issues of Adrian

Hi Mattias, I have a question that you could answer best. My web API has been serving binary data (BSON) to a native client. This approach seems efficient since the...

The [What's New doc](https://docs.microsoft.com/en-us/ef/core/what-is-new/) says, > Limitations > - Navigation references are not allowed. This feature may be added based on feedback. > - Filters can only be defined on...

type-enhancement
needs-design
area-query

Mongo's `BsonBinaryWriter` serializes my complex document on the server, and Json.NET's `BsonDataReader` deserializes it to a `JObject` on the client. After deserialization, I replace `_id` `ObjectIds` with their string representations...