The WCF Web API project allows WCF developers to expose their APIs via HTTP.
We are faced with the task to convert a REST service based on custom code to Web API. The service …
asp.net-web-api wcf-web-apiI'm recieving an object of type System.Net.Http.HttpResponseMessage<List<T>>, how do I get …
.net casting wcf-web-apiWhat is the advantage of using new WCF Web API over ASP.NET MVC 3 to expose a lightweight JSON Web …
.net wcf asp.net-mvc-3 rest wcf-web-apiIs there any package available of WebApi for .Net framework 3.5? I'm specifically looking forward to use HttpClient component of WebApi. …
wcf rest wcf-web-apiI am breaking my head over this issue. I did find something on the internet about it, but not a …
asp.net-mvc-3 entity-framework rest ef-code-first wcf-web-apiI've just started to use the VS 2012 RC, and I'm creating an ASP.NET MVC 4 web application in which I …
asp.net .net asp.net-mvc wcf-web-apiI am trying to use the NETFx Json.NET MediaTypeFormatter nuget package to swap out the default DataContractJsonSerializer in my …
json.net nuget wcf-rest wcf-web-api nuget-packageUsing WebApi, what is the best way to consume a service in a MVC client? If the response comes back …
asp.net-mvc-3 razor wcf-web-apiAssuming that I have the following interface and class: public interface IFooRepo : IDisposable { //... } public FooRepo : IFooRepo { //Methods here //Properly implement …
.net asp.net-mvc asp.net-mvc-3 autofac wcf-web-apiI need to cloak certain headers generated by ASP.NET and IIS and returned in the responses from a ASP.…
asp.net-web-api wcf-web-api