wcf-web-api
Send complex object to WCF Web API using JSONP
Thanks to Alex Zeitler\'s article I have my WCF Web API service accepting JSONP requests. This works really well for simple requests but I have a problem.[详细]
2023-03-31 03:35 分类:问答Link/url-generation in a self-hosted WCF WebApi
What is the开发者_C百科 best strategy to generate links or urls to other resources in a self-hosted WCF WebApi application, without hard-coding something like host or port, etc.[详细]
2023-03-26 12:58 分类:问答Encryption/Decryption through DelegatingChannel (MessageHandler)
I am trying to use DelegatingChannel (MessageHandler) to decrypt the incoming message and encrypt the outgoing message. Code looks like this, but with some placeholder i couldn\'t figure out how to ac[详细]
2023-03-23 12:03 分类:问答C# WCF Web API + JSONP
Is there an easy way to get JSONP working for the new WCF Web API rest services? I\'ve tried this with no luck[详细]
2023-03-22 06:29 分类:问答Wcf Web APi OData
I have recently discover开发者_JAVA技巧ed OData & the new WCF Web APi library on codeplex. The web api allows me to expose results as IQueryable, which allows me to expose URL\'s in the OData form[详细]
2023-03-21 15:12 分类:问答How to enable Dependency Injection for ServiceRoute in MVC3 and WCF Web API
I am creating a MVC3 website that will expose a REST API using WCF Web API. To register routes to the REST API I add code to the Global.asax similar to the code below.[详细]
2023-03-21 12:28 分类:问答WCF web API hosted in IIS
I want to try out WCF web API. My plan is to create an application hosted on IIS that runs by itself (not combined with an MVC 3 application, etc开发者_JAVA百科). Maybe I\'ll give it an address http:/[详细]
2023-03-19 04:02 分类:问答Using WebInvoke to POST data in WCF WebApi
I\'ve recently started using WCF WebApi to create a REST api. I followed samples available on CodePlex and also articles series by Alex Zeitler.[详细]
2023-03-18 23:57 分类:问答WCF Web API security
How can I configure wcf web api service for HTTPS transport? Does anyone know how much this wi开发者_如何转开发ll change in the final release since this is one of the areas they say will change?To su[详细]
2023-03-17 07:06 分类:问答Which HttpStatusCode should I return when a POST method to add an object fails
Which HttpStatusCode shou开发者_C百科ld I return when a POST method to add an object fails? It could be due to a db connectivity issue, a code bug, invalid data, or any other reason.That depends on w[详细]
2023-03-17 06:37 分类:问答