¡@

Home 

c# Programming Glossary: restful

How to secure an ASP.NET Web API

http://stackoverflow.com/questions/11775594/how-to-secure-an-asp-net-web-api

to secure an ASP.NET Web API I'm wanting to build a RESTful web service using ASP.NET Web API that third party developers..

Google Search API for C#

http://stackoverflow.com/questions/2580396/google-searchapi-for-c-sharp

api share improve this question The AJAX API has a RESTful interface. Have a look here in the section titled Flash and.. other Non Javascript environments the API exposes a simple RESTful interface. In all cases the method supported is GET and the..

How to split string preserving whole words?

http://stackoverflow.com/questions/4398270/how-to-split-string-preserving-whole-words

Text indexing algorithm

http://stackoverflow.com/questions/4515099/text-indexing-algorithm

integrable into your .NET application because it has a RESTful API. Comes out of the box with several features such as caching..

open source faceted search / guided navigation for ecommerce sites with .net apis

http://stackoverflow.com/questions/4525892/open-source-faceted-search-guided-navigation-for-ecommerce-sites-with-net-api

integrable into your .NET application because it has a RESTful API. Comes out of the box with several features such as faceting..

RESTful WCF service image upload problem

http://stackoverflow.com/questions/664712/restful-wcf-service-image-upload-problem

WCF service image upload problem 1 namespace Uploader 2 3 using.. the the management system... The problem I have is that my RESTful serivce is giving me a 400 error when the content type is a..

Make ASP.NET WCF convert dictionary to JSON, omitting “Key” & “Value” tags

http://stackoverflow.com/questions/7590088/make-asp-net-wcf-convert-dictionary-to-json-omitting-key-value-tags

&ldquo Value&rdquo tags Here's my dilemma. I'm using a RESTful ASP.NET service trying to get a function to return a JSON string..

Exception Driven Programming in Java [closed]

http://stackoverflow.com/questions/760397/exception-driven-programming-in-java

of the last 15 errors from the log other interface JSON RESTful interface etc A number of backing storage implementations for..

How to implement HMAC Authentication in a RESTful WCF API

http://stackoverflow.com/questions/8363315/how-to-implement-hmac-authentication-in-a-restful-wcf-api

to implement HMAC Authentication in a RESTful WCF API We are building a RESTful API using WCF currently .Net.. Authentication in a RESTful WCF API We are building a RESTful API using WCF currently .Net 3.5 but will be moving to .Net.. code if possible of how to use HMAC Authorization in a RESTful WCF service Edit After more research we determined that we needed..

Migrating from ASP.NET WebForms to MVC [closed]

http://stackoverflow.com/questions/8522841/migrating-from-asp-net-webforms-to-mvc

the RenderControl method . I've also used my own ORM and RESTful Service API in seperate projects referenced in the website...

How to Consume a Restful Service in .NET?

http://stackoverflow.com/questions/8883656/how-to-consume-a-restful-service-in-net

Restful Service in .NET What are my options to consume a RESTful service using the .Net framework When is WCF using the WebChannelFactory..

What is REST? [duplicate]

http://stackoverflow.com/questions/941016/what-is-rest

How does it relate to WCF I have been asked to look into RESTful implementation of services. Can you please point me to links..

WCF Service or Web API

http://stackoverflow.com/questions/9502548/wcf-service-or-web-api

applications. In my mind I would just create a separate RESTful service endpoint on my WCF Service which would be locked down.. feature in MVC 4 which is meant to be the latest thing for RESTful APIs Should I be going along the line of using the Web API or.. api share improve this question If you intend to do RESTful development then you will definitely want to use the ASP.Net..