Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

ASP.NET WebAPI JSON Binding Case-Sensitivity

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

Why does ModelState.IsValid fail for my ApiController method that has nullable parameters?

How to delete the file that was sent as StreamContent of HttpResponseMessage

Is it best practice to test my Web API controllers directly or through an HTTP client?

Ambiguous Controller Names with Routing attributes: controllers with same name and different namespace for versioning

REST service authentication

c# asp.net-web-api

How can I use JSON on the web page from a source with neither CORS nor JSONP? [closed]

How do I enable Application Insights server telemetry on WebApi project that uses OWIN?

ASP.NET Web Application template missing in Visual Studio 2012

asp.net asp.net-web-api

How to secure a controller on WebAPI for use by only the local machine

Can't load System.Web.Cors assembly after call to Microsoft.Owin.Cors

How to show WebApi OAuth token endpoint in Swagger

MVC 4 Web Api Controller does not have a default constructor?

How can I call a url from c# code

debugger is looking for executioncontext.cs, how to fix?

Multiple AutoMapper.Configure() in Global.asax

Inheritance security rules violated while overriding member: 'Autofac.Integration.WebApi.AutofacWebApiDependencyResolver.BeginScope()'

Can't get ASP.NET Web API 2 Help pages working when using Owin

Web API route to action name

How to redirect from root url to /swagger/ui/index?