ASP.
I've googled a lot searching for an answer to my problem with no luck so, let's try if someone else …
c# error-handling asp.net-web-api2 response bad-requestI'm setting up an Azure API Management with with an ASP.NET WebApi 2 app behind it. API Management recommends setting …
authentication iis web-config asp.net-web-api2 azure-api-managementI am developing a Web API 2 project. For authentication I am using bearer token. On successful authentication the API returns …
asp.net authentication asp.net-web-api2 bearer-tokenI have two sites, a site that users login to and manage their account and site that has no UI …
owin asp.net-web-api2 asp.net-identity-2 bearer-tokenI've created a Web Api 2 app which will only be used on the corporate network. I've read about Windows authentication …
c# .net asp.net-web-api asp.net-web-api2 windows-authenticationI've trawled through multiple blogs etc trying to find out how to configure StructureMap with Web API 2 and none of …
asp.net-web-api structuremap asp.net-web-api2I know there are several questions a bit like this one, but as I'm unable to locate any documentation and …
c# ninject asp.net-web-api2 asp.net-mvc-5.1In ASP.NET Web API 2, what is the difference among the following? public async Task<IEnumerable<MyItem>&…
c# asp.net asp.net-web-api async-await asp.net-web-api2I would like to be able to modify the filter inside the controller and then return the data based on …
asp.net-web-api entity-framework-6 odata asp.net-web-api2I am trying to accomplish this task in which I need to send a list of id's (integers) to a …
c# asp.net-web-api2 get-request