Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api2

UnitTest ApiController with ExceptionFilterAttribute

Azure API App client is not generating enums

Limit the simultaneous requests served by the ASP.NET Web API

C# Web Api - IValidatableObject validationContext service provider is null

Url Referrer is not available in WebApi 2 MVC project

NSwag not working with ASP.NET Web API 2 and OWIN. Just getting 404

asp.net-web-api2 owin nswag

Web API 2 project and MVC 5 Website project in same domain

MVC5 - WebAPI 2 - CamelCase JSON formatter stopped working when Controller changed to return HttpResponseMessage

How to get the stream for a Multipart file in webapi upload?

Should I return a status code or throw an exception in .Net Web Api 2

Web Api 2 - Returning NotFound(); vs throwing an exception with global exception handler

asp.net asp.net-web-api2

How to use ThinkTecture IdentityServer 3 in Web Api 2

UseWindowsAzureActiveDirectoryBearerAuthentication does not exist in ASP.NET 5 RC1-Final

Why is CORS Disabled by Default?

FormUrlEncodedMediaTypeFormatter vs JQueryMvcFormUrlEncodedFormatter

REST API Http status code best practices

Get Content-Disposition parameters

Return user roles from bearer token of Web API

Return an object along with a 409 Conflict error in a Web API 2 POST call backed by Entity Framework?

Why Authentication type - individual user accounts for Web API in .NET Core is not available when we creating new Web APi service