Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

Dates without time in ASP.NET Web API's JSON output

Web Api Parameter always null

Web API: Configure JSON serializer settings on action or controller level

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

Apply [Authorize] attribute implicitly to all Web API controllers

Asp.net Web API returns non-descriptive error 500

c# iis-7.5 asp.net-web-api

How to use Container instead of ObjectFactory in StructureMap ServiceActivator?

How to properly dispose the stream when using StreamContent

c# .net asp.net-web-api

Global exception handling in OWIN middleware

Nested resources in ASP.net MVC 4 WebApi

How can I test a custom DelegatingHandler in the ASP.NET MVC 4 Web API?

Can't decide between Task<IActionResult>, IActionResult and ActionResult<Thing>

c# .net asp.net-web-api

Reusing DTO for various request/response types vs explicitness of what is required / what should be returned [closed]

Best practice for passing enum params in Web API

c# rest asp.net-web-api enums

odata - combining $expand and $select

Remove namespace in XML from ASP.NET Web API

xml asp.net-web-api

ASP.net MVC4 WebApi route with file-name in it

Web API 2 POST request simulation in POSTMAN Rest Client

Unsupported Media Type error when posting to Web API

ASP.Net WebAPI area support

Need a complete sample to handle unhandled exceptions using "ExceptionHandler" in ASP.NET Web Api?