Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

WebAPI Selfhost: Can't bind multiple parameters to the request's content

c# asp.net-web-api

How to develop an ASP.NET Web API to accept a complex object as parameter?

Error handling (Sending ex.Message to the client)

Set default global json serializer settings

Web API complex parameter properties are all null

How do I get the raw request body from the Request.Content object using .net 4 api endpoint

c# asp.net-web-api

HttpClient vs HttpWebRequest for better performance, security and less connections

Global exception handling in ASP.NET Web API 2.1 with NLog?

AngularJS Web Api AntiForgeryToken CSRF

Self referencing loop in Json.Net JsonSerializer from custom JsonConverter (Web API)

c# asp.net-web-api json.net

Api controller declaring more than one Get statement

CreatedAtRoute routing to different controller

How to force ASP.NET Web API to return JSON or XML data based on my input?

c# asp.net-web-api

Disable *all* exception handling in ASP.NET Web API 2 (to make room for my own)?

Difference between WebApiConfig.cs and RouteConfig.cs

Simple Injector unable to inject dependencies in Web API controllers

Trying to get the user-agent from request in asp.net web api self host

Return Json, but it includes backward slashes "\", which I don't want

Authorization has been denied for this request - New Web API Project

In self-hosted OWIN Web API, how to run code at shutdown?

c# asp.net-web-api owin