Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api2

How to prevent duplicate http requests?

C# HttpClient to post information without waiting for response

Correct way to use PersianCalendar as Table column in entity framework

asp.net asp.net-web-api2

How to validate JWT Token in aspnet.core web api?

Do WebApi 2 and MVC 5 user different routing attributes?

Why am I getting this ActivationException when using Simple Injector with WebApi Self Hosted in OWIN?

CORS enabled Web API fails to add header

Refresh tokens in oauth2 should not be replaced when getting a new access token

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