Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

Web Api incorrectly deserializing a list of enums

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

Tracking ASP.NET Web API with google analytics

No HTTP resource error when doing PUT/POST [CORS issue - AngularJS + Web API 2]

How do I set the WWW-Authentication header in an IAuthenticationFilter implementation?

How to use ActionFilterAttribute to log running times?

SingleResult<T> not serializable in Web API when querying by key

Ninject dependency for Ninject.Web.WebApi.OwinHost v3.2.x

WEB API ODATA error "No HTTP resource was found that matches the request"

What is the best way to set AngularJS $provide.constant values from a C# MVC Model?

WebApi2 attribute routing inherited controllers

"transparent" server side proxy for requests to ASP.NET Web API

Web API Conditional Serialization of properties at runtime

c# rest asp.net-web-api

Avoid null model when no data is posted in Web API

c# asp.net-web-api

Dependency Injection in ExceptionFilterAttribute C#

.Net OWIN WebApiConfig not being called

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

Binding querystring values to a dictionary

Using IApplicationBuilder.Map generates nested paths with UseMvc

Refresh repository after run stored procedure

Avoid returning type Task<Object> from an async function when using HttpClient

Simple Injector get current principal in WebAPI using OWIN