.Net
Does someone know why I have to toString my guid when I try to filter a MongoDB query with bson documents?
Does someone know why I have to toString my guid when I try to filter a MongoDB query with bson documents? System.Guid is a byte array actually and it requires additional transformation to be converted Read more…