Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

How to configure Web Api 2 to look for Controllers in a separate project? (just like I used to do in Web Api)

Web Api + HttpClient: An asynchronous module or handler completed while an asynchronous operation was still pending

Output caching for an ApiController (MVC4 Web API)

Unit Test C# [TestInitialize]

Can I access IIdentity from Web API

c# asp.net-web-api

Null value when Pass values [FromBody] to post method by Postman plugin [duplicate]

c# asp.net-web-api postman

ASP.NET Web API 2: How do I log in with external authentication services?

Web API: how to access multipart form values when using MultipartMemoryStreamProvider?

how to post plain text to ASP.NET Web API endpoint?

Query npmjs registry via api

Authenticating requests from mobile (iPhone) app to ASP.Net Web API (Feedback requested on my design)

Running self-hosted OWIN Web API under non-admin account

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

Cross platform authentication using ASP.NET Web API

Passing UTC DateTime to Web API HttpGet Method results in local time

How to consume a webApi from asp.net Web API to store result in database?

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

Pass multiple complex objects to a post/put Web API method

401 response for CORS request in IIS with Windows Auth enabled

How could I make my RavenDB application execute properly when UseEmbeddedHttpServer is set to true using 2-tier architecture?

Should a REST API be case sensitive or non case sensitive?

rest asp.net-web-api

Getting raw POST data from Web API method

c# asp.net-web-api