Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p><strong>Note:</strong></p> <p>WCF Web API is now ASP.NET Web API and has changed a lot. The beta version is now available. For more information: <a href="http://www.tugberkugurlu.com/archive/getting-started-with-asp-net-web-api-tutorials-videos-samples" rel="nofollow noreferrer">Getting Started With ASP.NET Web API - Tutorials, Videos, Samples</a></p> </blockquote> <p>I would go with WCF Web Api to do that. ASP.NET MVC is also nice and capable of exposing your data but WCF Web Api is more capable if you consider exposing your data to your users. It is easy to use and integrate REST Web APIs to your system.</p> <p>For the authentication, API Key is always the best way for this type of scenario. Here is a good example on how you can implement API Auth with WCF Web API : </p> <p><a href="http://weblogs.asp.net/cibrax/archive/2011/04/15/http-message-channels-in-wcf-web-apis-preview-4.aspx" rel="nofollow noreferrer">http://weblogs.asp.net/cibrax/archive/2011/04/15/http-message-channels-in-wcf-web-apis-preview-4.aspx</a></p> <blockquote> <p><strong>Note:</strong></p> <p>They just released the preview version 5 couple of weeks ago and Message Channels has been changed to Message Handlers as far as I know. But the above article should give you an idea.</p> </blockquote> <p>For security implementations, the below might help as well :</p> <p><a href="https://stackoverflow.com/questions/6798892/wcf-authentication-token-implementation-how-to-do">wcf Authentication Token Implementation - How to do</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload