Good tutorial for RESTful Services [closed] - c#

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.
can anyone post a good tutorial or sample for WCF RESTful services/I want to learn from the basic.

A good book for RESTful Web Services

Here's a step-by-step guide from MSDN.

Microsoft have great Labs tutorials for REST.
Once i did those i found i could understand more content from REST Design papers.

Related

Is there any C# analogue of Node.js? [closed]

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.
Is there any C# analogue of Node.js?
I want a lightweight async http and websocket server.
Required platform: mono.
There are some. I know following:
NancyFX - http://nancyfx.org/. There is a good pack of links on Scott Hanselman blog
ServiceStack -http://www.servicestack.net/ - more complicated, but much more powerful
Here's a good list of your options (along with an async server example).
I use httpserver myself, and it works fine for my requirements.
http://blog.tedd.no/2012/07/28/asyncawait-http-server-in-c

Good reference for Enterprise Service Bus [closed]

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 am just getting started with ESB, I am currently reading the code for rhino-esb, to see how it is implemented.
Are there any good resources (i.e. books, videos) for beginners to get started with ESB? I am also trying to understand the difference between EAI and ESB.
Cheers!
This website (http://www.eaipatterns.com/) has good information about EAI.
You can start looking at Apache Synapse Enterprise Service Bus (ESB). It has so many samples, which will help you to understand ESB features.

What OAuth library would you recommend for a new project? [closed]

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.

What Web-Engines do I've aviable when developing a C# Application in Windows? [closed]

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.

Any C# sample code accessing GitHub API? [closed]

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.

Categories