As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Researching writing an ODBC driver for a particular data source. Since I am most familiar with .Net, was curious if it would be possible to do part (or most) of the coding in .Net... presumeably with a shim dll that would call it via interop. If this is possible, I am then curious if some source code exists that already does this, and might provide a good starting point for my project?
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
This might be too much to ask. (Why on earth would I want to depart from IIS after all?)
What I'm looking for is a pretty good embeddable HTTP server. I've looked around, and I'm not yet sold on Kayak. But I haven't found many others.
Can anyone recommend a reliable, embeddable HTTP Server written in C#? Preferably one that implements the Python WSGI spec, that would be awesome.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am a Java developer and more recently have started working on C# and .Net
How different is C# VM different from JVM. How is it better or worse in different departments
One runs CIL for C#, the other runs CIL for Java. That is the difference that really matters.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
If I choose to create a C++ CLR Windows Forms Application, does that mean that I am able to use the entire C++ set as well as all the C# .NET libraries?
I am sorry if the question sounds stupid, but I would really like to know if I should use CLR or not.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
what is best free auto update tool for .net desktop applications currently(for this date)? I use ".NET Application Updater Component", but it's made in 2002.
---NOT ClickOnce (it has many limitations )
Try this one http://autoupdater.codeplex.com/
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
after many days of search, I'm here to ask you this simple question : Is there a good Socket (TCP/IP) framework for C# ?
I'm quite new to C#, i came from java where I used to use Apache MINA.
In my search i found "SuperSocket", but it's not commented at all and the online documentation is not the most accurate. So it's not a charm to use it...
Thank you.