Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

DefaultInlineConstraintResolver Error in WebAPI 2

GlobalConfiguration.Configure() not present after Web API 2 and .NET 4.5.1 migration

Can anyone explain CreatedAtRoute() to me?

Entity Framework Core: A second operation started on this context before a previous operation completed

How to read request body in an asp.net core webapi controller?

ASP.NET Web API - PUT & DELETE Verbs Not Allowed - IIS 8

How do you implement an async action delegate method?

Token Based Authentication in ASP.NET Core

Specifying a custom DateTime format when serializing with Json.Net

How to extract custom header value in Web API message handler?

Postman: sending nested JSON object

WebAPI Multiple Put/Post parameters

.net asp.net-web-api

What is the overhead of creating a new HttpClient per call in a WebAPI client?

How do I log ALL exceptions globally for a C# MVC4 WebAPI app?

Make Https call using HttpClient

Throw HttpResponseException or return Request.CreateErrorResponse?

Why do we have to specify FromBody and FromUri?

asp.net-web-api

Swagger UI Web Api documentation Present enums as strings?

How to write a JSON file in C#?

How to add/update child entities when updating a parent entity in EF