ASP.
How do I annotate my ASP.NET WebAPI actions so that the swagger metadata includes the content-types that my resources …
asp.net-web-api2 swagger-2.0 swashbuckleI currently have a Web API that implements a RESTFul API. The model for my API looks like this: public …
c# json asp.net-mvc rest asp.net-web-api2I've used async coding a little bit but I don't really fully understand how to use it -- though I …
c# async-await asp.net-web-api2 azure-cosmosdbI am having trouble with securing my Web API using owin middle ware. I have installed below package Install-Package Microsoft.…
cors asp.net-web-api2Is there a way to change name of Data property during serialization, so I can reuse this class in my …
c# json json.net asp.net-web-api2I have a C# Entity Framework Web API 2 controller. Currently when an attempt is made via the POST method to …
c# asp.net-mvc entity-framework-6 asp.net-web-api2I'm finding my feet with Web Api 2, Owin and Autofac and need some guidance, please. Overview I have an Owin …
c# autofac owin asp.net-web-api2I try like this: $http({ method: 'POST', url: '/token', data: { username: $scope.username, password: $scope.password, grant_type: 'password' } }).…
javascript jquery angularjs asp.net-web-api asp.net-web-api2I have a fairly simple C# WebAPI2 project that runs locally but after publishing to IIS on a remote machine (…
c# asp.net-web-api2 iis-8I'm trying to create a unified error handling/reporting in ASP.NET Web API 2.1 Project built on top of OWIN …
asp.net-web-api asp.net-web-api2 owin katana owin-middleware