简体   繁体   English

如何在MongoDB中使用.Net程序集?

[英]How to use .Net assembly in MongoDB?

I have .Net assembly (dll file) that I have imported in Ms Sql server. 我已经在Ms Sql服务器中导入了.Net程序集(dll文件)。 I have read that MongoDB also supports .Net driver. 我已经读过MongoDB也支持.Net驱动程序。 Is there any way that I can import this assembly in MongoDB? 有什么方法可以在MongoDB中导入该程序集?

MongoDB use a Wire Protocol that drivers implement to connect. MongoDB使用驱动程序实现的连接有线协议 In the case of .NET, there is a C# and .NET MongoDB Driver you can use to develop .NET applications. 对于.NET,有一个C#和.NET MongoDB驱动程序可用于开发.NET应用程序。

There is no concept of importing assembly files into MongoDB. 没有将程序集文件导入MongoDB的概念。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM