Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm building a Windows Mobile 6.1 application using .NET and C#.
I would like to purchase a GPS Navigation application or control so that I can add navigation functionality to my application. My software displays a list of customers. I would like users to be able to click an address and then navigate to this location using "turn by turn" navigation (similar to Tom Tom or Navman etc).
It's very time-consuming downloading demos and evaluating all the options. Has anyone been through this process and found a good solution?
After wasting time stuffing around with Google, Bing and others I came across these guys. Really excellent product! Send the address to their app and you're done. Simple :)
http://www.sygic.com/en/business
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anyone suggest me some websites to learn WPF Application Framework (WAF ) for beginner ? I haved read here http://waf.codeplex.com/. But its not show up any tutorial links even Google.
Look around on MSDN, they have lots of good tutorials. In particular I would recommend this article.
In general though, just try stuff. Create a simple application, hook it up to a simple view model, and once you get something working, start changing small pieces to make it do what you want. In my experience that is always the best way to learn a new technology!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to develop a windows phone 7 app for commercial use. That will allow me for searching , streaming and Downloading mp3 songs free of cost.
I have studied for the above I would have to create a server that will provide me the music database and different APIs to access that.
I have found one reference Last.fm and also registered on that but still unable to figure out whether it allows to download songs or not.
Please suggest how to work with it and also if there are any other APIs which would help me out.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Hi besides having spent the last three evenings trying to find out why my IPN handler has stopped wworking on all my websites (best I can work out is some file write permissions maybe) but yet to find the answer I have also yet to find the C# SDK samples for any of the payment methods Classic API, Rest API, etc. Do they exist?
I hate to say it but the more I try to read the Paypal dev site the more im considering using a different payment method for my customers, i've never wasted so much time trying to find information on something and hit the same no help link many times.
Trev.
The SDK and Samples are all available here. Please download and use them and incase you run into any issues with your integration please open issues in the respective github repos.
http://paypal.github.io
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
So I asked a similar question here but it was considered a duplicate: https://stackoverflow.com/q/6181191/319862
This time I will be a little bit more specific...
Are there any open source projects that can control the pwm frequency of a motherboard fan header. Please share links. The only software I can find is Speedfan and it does not seem to make the source available.
The next best thing I found was openhardwaremonitor, but it does not control fan speeds yet according to the issues list on google code.
-- edit --
I am mainly interested in Windows at this time, although a cross platform project would be great.
lm-sensors provides a fancontrol tool that can change the speed of your fans, along with some nice calibration tools to help you maintain reasonable temperatures with minimum energy and noise. Excellent tools.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am on a project where I have multiple users of a portal and they are connected to other users of the portal. Now we are asked to draw a “Social Network” relationship graph to see the relationships. The constraint is that this graph has to be seen in the web browser.
The graph has to be something like:
Is there any C# library or component to draw this type of graphs? We have already checked these:
http://flare.prefuse.org/
http://www.yworks.com/en/products_yfiles_practicalinfo_gallery.html
.NET graph library around?
http://quickgraph.codeplex.com/
https://graphsharp.codeplex.com/
http://research.microsoft.com/en-us/downloads/f1303e46-965f-401a-87c3-34e1331d32c5/default.aspx
http://sourceforge.net/projects/zedgraph/
But I want to check if you already used some other and your feedback.
I've used Northwoods Go.NET for many years and it has been great.
I've used Microsoft chart it's fine and free !
Maybe you can take a look to graphviz too : http://www.graphviz.org/
It can be expensive but Tom Sawyer Visualization, ActiveX edition is a solution to the problem.
Another great product I just stumbled across with HTML5 (canvas/SVG) support:
http://www.mindfusion.eu/features-netdiagram.html
They also have a pure client-side JavaScript library also with HTML5 support:
http://www.mindfusion.eu/jsdiagram.html