Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

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

Web API OData media type formatter when using $expand

Nuget Package ... does not exist in project ... Package ... Already exists in folder

System.Net.Http.HttpRequestException Error while copying content to a stream

Web API OData V3 `$inlinecount` fails

c# asp.net-web-api odata

Failed to add reference to 'System.Net.Http'. Please make sure that it is in the Global Assembly Cache

c# asp.net-web-api nuget

Multiple actions were found that match the request Web API?

c# asp.net-web-api

When is JWTSecurityTokenHandler.ValidateToken() actually valid?

Is there a way I can run a Database.SqlQuery as async?