c# - How to use .Net assembly in MongoDB? -


i have .net assembly (dll file) have imported in ms sql server. have read mongodb supports .net driver. there way can import assembly in mongodb?

mongodb use wire protocol drivers implement connect. in case of .net, there c# , .net mongodb driver can use develop .net applications.

there no concept of importing assembly files mongodb.


Comments