Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

Specifying custom property name when binding object to Web API endpoint

AngularJS CORS Issues

Async WebApi Thread.CurrentCulture

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