Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

There is no implicit reference conversion from ApplicationDbContext to Microsoft.EntityFrameworkCore.DbContext

How to return JSON Array in ASP.NET Web API C#

c# arrays json asp.net-web-api

How to bind Json parameters to Web Api parameters in ASP.NET?

Supporting multiple languages in a REST API

rest asp.net-web-api

Logging Exceptions with OWIN Middleware

c# asp.net-web-api owin

Unable to call external api from webaplication hosted in docker

AspNet WebApi System.Web.Http.SelfHost namespace is missing?

asp.net-web-api

How to handle optional query string parameters in Web API

Bad Request (400) when posting IFormFile

Filtering for certain sub-types in EF-Core and TPT-inheritance in WebApi

Custom GET action in ASP.NET WebAPI 2 OData Controller

Get method not working in web api

How to take OData Queryable Web API endpoint filter and map it from DTO object?

Best way to convert Asp.Net MVC controllers to Web API