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.
I'm developing a WebServer/DesktopClient app, and was wondering what OAuth library you'd recommend for this new project.
I'm developing in C#.Net 3.5, building a webservice and a winforms app.
When I started my last project I looked through all available libraries and selected DotNetOpenAuth. I appreciated examples and full free support on mailing list from Andrew Arnott.
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.
I have some basic code made in C#. Is it possible to compile it for Android with little to no code changes?
You would need to use something like Xamarin (formerly MonoTouch).
Yes, you can develop application for android!
Xamarin For Android - Not a free product, full functional trial is available.
Dot42 - Not free for commercial use.
You can use them!
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 would like to know the best
face detection software
i tried luxand facesdk but its very too much. 4000usd per process per year.
so what is the alternative for .NET , ASP.NET or MVC
You can try with OpenCV library
Link : http://www.codeproject.com/Articles/23191/Face-and-Eyes-Detection-Using-OpenCV
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.
I want to know what are the most popular Web-Engines to use in a Desktop Aplication using C# and WinForms.
Can you suggest some ?
edit: I've edited the question, I think it's OK now.
I would go with WebKit.NET (GitHub Download)
I would use Awesomium.
It has a good .NET/WPF support.
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.
I do not know anything about PHP or Wordpress. But I was told Wordpress is very cool to use with PHP.
I use ASP.NET and would like to have a CMS for ASP.NET.
What is the best CMS to use for ASP.NET when cost is not an issue?
Try Orchard, it's based on ASP.NET MVC
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 need a sample code to login GitHub and request any method with authentication. Thanks.
The GitHub API Libraries page links to the official octokit.net project which has samples in its repository.
GitHubSharp can help you, just look at the samples and then the code.