Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Does anyone know of a good example implementation of the Service Location Protocol that can be build/ran on a windows box?
OpenSLP is said to compile fine on Windows.
OpenSLP referenced above is the code base that Novell uses for its SLP implementation for eDirectory now a days. Not too many things really use SLP for real these days. Usually more of a half hearted implementation
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
What library do I need in order to use all PKCS#11 functions (like C_INITIALIZE, C_FINALIZE).
I've searched a lot but did not find anything.
Also my project must be in WINDOWS, Visual Studio.
Library implementing PKCS#11 API is usually provided by the vendor of your cryptographic device (smartcard, token, HSM...). Alternatively you can also use pure software PKCS#11 implementation such as SoftHSM.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Please have look at the attached image i have created. I have done this diagram on my own by the information got from the internet. The diagram tells out stucture of multithreaded desktop application in C# .NET. if any one can suggest any changes that would be really gratful. I have to give a presentation on this topic tommorow :) also if you know any related documets about this topic with some diagramatic representation, that would be really helpful for me.
Looking forward to get some reply soon.
Looks good to me, but because the workerthread appears isolated, It looks quite circular.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for a .net C# library that can do translations. I tried googles one but they charge money now for it.
I am looking for something that can preferably auto detect languages, translate blocks of text or download the entire page and convert it.
This all has to of course be done through code.
Thanks
Have you tried using bing?
http://www.microsofttranslator.com/
There is a translator .net library on codeplex that uses bing: http://translateit.codeplex.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Group,
Does anyone know anything about SNMP over TCP coded in C#. I'm just looking for some good online examples or references.
This question asked on MSDN is probably relevant to your interests. There is a simple example of implementation code here, but it obviously doesn't scale too well. If you're looking for a library, this small SNMP library might be what you're looking for.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Could anyone share some links on how to get started using QPID?
I have checked out http://qpid.apache.org/ and I have managed to start the Java QPID broker, but I don't know where to go from here.
It would be great if someone had a sample app or two to use the broker and send messages to each other, in Java or C#.
If not, maybe someone could point me in the right direction and give me some links or documentation on how to get started with QPID.
Thanks
See this example for C# and WCF: QPID WCF samples