c# - Mongodb difference between MongoCollection vs MongoCollectionBase -
i try upgrade mongo c# driver.with 2.2.3 driver. mongocollectionbase comes , support async methods.if change collection mongocollection mongocollectionbase time lose abilities removeall,findallas etc,also many of method implementation change.
actually shoud go on use mongocollection or switch mongocollectionbase.
is there suggested repository sample mongodb c# driver 2.2.3
Comments
Post a Comment