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
Even with my Googling powers I cannot seem to find a good example of the Asynchronous Programming Model with a callback delegate. It is easy for me to point someone to a resource for how to use the BeginSomeMethod and EndSomeMethod but there does not seem to be any good examples of how to create them. Am I googling wrong or has no one really put together a good tutorial for anyone with this patter.
You're looking for this article.
I suggest you to look for EasyAsync, a lightweight toolkit for those kind of usages.
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
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 1 year ago.
Improve this question
I'm busy with an application that needs to display Treemaps to a user but I can't find a good charting library that has support for this kind of graph.
Here are some examples of what I mean
I'm using C# as a server side technology, but I'm willing to invoke something on a command-line too if that is required.
Any suggestions?
Edit: I don't mind getting a java library recommendation, since I don't mind combining technologies
Well, since you question is tagged with "Java" I'm gonna propose JFreeChart (even though your actual question seems to indicate you need more of a C#/.net kind of library)
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
Can anyone suggest a free (or very very cheap) alternative to Nevron Diagrams? I was playing with Open Diagram which is open source but it's very poorly documented and their forum is dead.
Take a look at NShape. Haven't worked with it yet but seems nice...
This link may point you in the right path:
Which ASP.NET Diagramming Library/Control do you Recommend?
Take a look at this page for more relevant info:
https://stackoverflow.com/search?q=C%23+diagramming+library
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
Am looking for C# open source NMEA parser.
Well, I'm not familiar with it myself, but some quick searches show one on CodeProject, which links to 2 other such, here and here. Any of those help?
check out sharpGPS . there are several other gps and nmea related projects o codeplex too
FWIW, it's not hard (10-40 LOC) to parse the basic ones your self. If you find you need to do this, here is a link with some useful info.
One more (support several devices)
http://www.codeproject.com/Articles/279647/NMEA-sentence-parser-builder