Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

How to set custom JsonSerializerSettings for Json.NET in ASP.NET Web API?

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

ASP.net Core RC2 Web API POST - When to use Create, CreatedAtAction, vs. CreatedAtRoute?

Why derive from ControllerBase vs Controller for ASP.NET Core Web API?

Returning anonymous types with Web API

How to get base URL in Web API controller?

Getting "error": "unsupported_grant_type" when trying to get a JWT by calling an OWIN OAuth secured Web Api via Postman

Can't set Content-Type header on HttpResponseMessage headers?

How to support HTTP OPTIONS verb in ASP.NET MVC/WebAPI application

web-api POST body object always null

c# rest asp.net-web-api

asp.net webapi publish - xml files not copy

What / why is Roslyn "needed" in /bin folder of Asp.Net

Why is my ClaimsIdentity IsAuthenticated always false (for web api Authorize filter)?

Self referencing loop detected - Getting back data from WebApi to the browser

Could not load file or assembly System.Net.Http, Version=4.0.0.0 with ASP.NET (MVC 4) Web API OData Prerelease

OWIN Security - How to Implement OAuth2 Refresh Tokens

Cannot Inject Dependencies into ASP.NET Web API Controller using Unity

Read HttpContent in WebApi controller

swagger-ui returns 500 after deployment

Entity Framework change connection at runtime

Is there a recommended way to return an image using ASP.NET Web API