Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api2

Chrome and IE return different SHA hashes

Injecting Ninject dependencies into WebApiConfig in Web API 2

ninject asp.net-web-api2

Strictly enforce ISO8601 date format in WebAPI 2

Web API Help page not showing XML

How do you specify the location when using handleexeption annotation for a 302 status code

Swashbuckle: Multiple [SwaggerResponse] with the same status code but different description/model

Web API 2.0 Owin authorization with multiple .net applications

c# asp.net-web-api2 owin

AuthorizationCodeProvider: Create is never called, how do I generate the authorization code?

Can you post an anonymous object as json to a webapi method and it match the properties of the json object to the parameters of the webapi call?

The route template cannot start with a '/' or > '~' character and it cannot contain a '?' character

IAuthenticationFilter equivalent in MVC6

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