Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

Recommended authentication UX in AngularJS SPA with own and external (Google, FB...) profiles

Index a dynamic object using NEST

Is there any sample for PayPal IPN

WebApi get the post raw body inside a filter

Web API 2 routing - Route attribute

Allow anonymous to ASP.NET Web API controller while rest of the application runs under windows authentication

Unable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type 'System.Runtime.Serialization.ISafeSerializationData'

ASP.NET Web API - Model Binding not working with XML data on POST

asp.net-web-api

Adding Web API and API documentation to an existing MVC project

c# asp.net-web-api

Converting HttpClient to RestSharp

Parsing ISO Duration with JSON.Net

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

How to answer a request but continue processing code in WebApi

What is different with PushStreamContent between web api & web api 2?

IHttpActionResult return Json object

Passing body content when calling a Delete Web API method using System.Net.Http

Testing WebApi Controller Url.Link

Autofac error: Could not load file or assembly 'System.Web.Http, Version=5.2.0.0,...' My project is Owin WebApi2 SelfHost

ASP.NET MVC Core WebAPI project not returning html

Is it possible to remove all .Net MVC components in a .Net Web Api application so that I can use AngularJS as the front end?

Return camelCased JSON from Web API