Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api2

Minimal WebAPI2 + OAuth with JWT implementation: 401 always returned

StatusCodeResult or ResponseMessageResult

What is the best practice for sharing models between a WEB API server and an Android client application

Why does the GET method on asp.net Web API return IQueryable?

ASP.NET OAuth Authorization - Difference between using ClientId and Secret and Username and Password

What is GlobalConfiguration.Configuration.EnsureInitialized() in Global.asax ASP.Net Web API

Possible to pass a list of integer through web api or do I have to use a string param

ASP.NET Identity Phone Number Token lifespan and SMS limit

Upload image to Web Api 2 Using angular 5

OWIN Self host - hook into begin request, end request events

Removing Authentication Filters in ASP.NET Web API 2

Dapper giving "Invalid attempt to call FieldCount when reader is closed." when trying to use "QueryMultiple"

c# asp.net-web-api2 dapper

Custom authorization filter always returning 404 when I'm trying to force a 401

structuremap Web Api 2 Account Controller and individual accounts

WebAPI CORS - why is the OPTIONS request making its way into my Controller?

Modular ASP.NET Web API: how to add/remove route at run time to a Web API

Exception Handling in ASP.NET Web Api 2

Error with WebApi 2.0 RouteAttribute

FluentValidation modify error message in Must function

Pass datetime from angular $http.get request to Web API 2 controller