.NET support #668
Replies: 2 comments 4 replies
-
DAQmx already has .NET bindings available for .NET Framework 4.0 and 4.5 (which is compatible with all future .NET Framework versions). Those assemblies also work in .NET Core, but we do plan to make official .NET Core support in the future as well. |
Beta Was this translation helpful? Give feedback.
-
Hello @zhindes, thanks for the prompt reply. Yes, we have used SDKs for .NET Framework and they work great. Looking forward to the official .NET Core support. In our new project we were considering deploying the code in Docker on Linux and utilizing gRPC as a communication protocol. And after discovering this library, we were thinking about adapting some logic to .NET since it is our main technology stack. |
Beta Was this translation helpful? Give feedback.
-
Hello and thank you for your work on this project. Looking through code I stumbled upon proto files for gRPC that featured
csharp_namespace
option. Is .NET support planned in the future? Is there a way to make this library work with .NET currently?Beta Was this translation helpful? Give feedback.
All reactions