Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

Which REST operation (GET, PUT, or POST) for validating information?

How can you unit test ASP.NET Web API routing?

RoutePrefix vs Route

System.Web.Mvc.ActionFilterAttribute vs System.Web.Http.Filters.ActionFilterAttribute

Basic Authentication with a Guid token for REST api instead of username/password

Implement HTTP Cache (ETag) in ASP.NET Core Web API

Mix web api controllers and site controllers

Referencing system.web.cors

JSON.NET: How to deserialize interface property based on parent (holder) object value?

Enable CORS for Web Api 2 and OWIN token authentication

WebAPI POST [FromBody] not binding

c# asp.net-web-api

MemoryStream seems be closed after NPOI workbook.write?

c# excel asp.net-web-api npoi

Swashbuckle 5 can't find my ApiControllers

Stop displaying entire stack trace in WebAPI

Why do I get an InvalidOperationException when I try to use attribute routing with Web API 2?

"Method not found: 'System.Net.Http.HttpRequestMessage System.Web.Http.ApiController.get_Request()'."

post asp.net-web-api

ASP.NET Web API returns 404 for PUT only on some servers

Get response from PostAsJsonAsync

WebApi HttpClient not sending client certificate

Relationship between Webapi, Webhost and Owin