Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

Why is the entire HttpResponseMessage serialized?

c# asp.net asp.net-web-api

WebApi OData per user security on property

MVC 5 WebAPI - Download Files - HttpException

c# asp.net-web-api

Treat empty query string parameters as empty strings, without using a class for parameters

Ignore null and default value from serializer in web api

Returning Images from WebApi

c# asp.net-web-api

How to resolve Swagger error "instance type (string) does not match any allowed primitive type..."

How to update AutoRest in visual studio 2017

ASP.NET Web API site virtual directory is accessible, but controller actions return HTTP 503

Problems with streaming video for IOS Client (Server developed on ASP.NET WEB API 2)

Access windows Authenticated Web API through Angular 2 without login prompt

Download file request returning JSON instead of file in ASP.NET Web API on server

.net API error when attempting to accept model with large file

Should WebRequest.CachePolicy work from code running within IIS?

Deserializing TimeSpan using JSON.net and .net WebApi

Implementing versioning a RESTful API with WCF or ASP.Net Web Api

wcf rest asp.net-web-api

Make web api serialize dictionary with the key value as key using data attribute

Is it possible to access Controller/Action attributes from a Message Handler?

View Raw Headers that will be sent/received in HttpResponseMessage / HttpRequestMessage (System.Net.Http, WebAPI)

Where is the authentication token stored on the client side?