Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

How to get only Odata.Count without value

Use custom validation responses with fluent validation

Compression filter for Web API

Call and consume Web API in winform using C#.net

MVC4 WebAPI reject invalid enum values

WebApi: mapping parameter to header value

ASP.NET core JWT authentication always throwing 401 unauthorized

No connection string named could be found in the application config file

Which HTTP status code to return when the DELETE operation is not allowed for particular reason

Reading FromUri and FromBody at the same time

In Web Api / Owin architecture, where are requests to '/token' handled?

asp.net-web-api owin katana

Routing based on query string parameter name

Return either xml or json from MVC web api based on request

return status code Unauthorized for custom IActionFilter in WebAPI

REST API: GET request with body

WebApi v2 ExceptionHandler not called

c# asp.net-web-api

How to create a response message and add content string to it in ASP.NET 5 / MVC 6

How can I get a users role inside a WebAPI method without a lookup to the AspNetUserRoles table?

What the difference between [FromRoute] and [FromBody] in a Web API?

asp.net asp.net-web-api

Set User property for an ApiController in Unit Test