Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

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

How to cache .NET Web API requests (& use w/ AngularJS $http)

Unable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type 'Newtonsoft.Json.Linq.JArray'

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

How to put conditional Required Attribute into class property to work with WEB API?

Is there a way to handle form post data in a Web Api controller?

asp.net asp.net-web-api

How to use Swagger in ASP.Net WebAPI 2.0 with token based authentication

Issue using ASP.Net MVC 4 Web API with Ninject.Web.WebApi

Method with two parameters in asp.net web api

asp.net-web-api