ASP.
I've been scouring the web for hours and tried many different solutions also described here on StackOverflow. I know similar …
c# json http-post asp.net-web-api2 frombodyattributeI have added the web.config entry to enable gzip compression based on this S/O answer Enable IIS7 gzip. …
c# gzip asp.net-web-api2I'm trying to follow this post by Jimmy Bogard to implement a mediator pipeline so I can use pre/post …
c# asp.net-web-api2 autofac cqrs mediatrI am successfully making a web request, creating xlsx file and saving it to a directory. I would like to …
c# asp.net-web-api2 httpresponse memorystream system.net.httpwebrequestI have a basic WebApi implementation setup with the default Values controller. After reading a blog about RESTful WebApi Versioning …
c# asp.net asp.net-web-api asp.net-web-api2 api-versioningHow do you properly create a Web API POST of complex object or multiple parameters using Angular2? I have a …
asp.net asp.net-web-api angular asp.net-web-api2 restangularMy question is how can I pass multiple parameter to DELETE request. My controller class as follow, namespace MYAPI1.Controllers { …
c# rest parameters asp.net-web-api2 http-deleteI am trying to build an asp.net web api 2.0 application using VS 2012 and asp net web tools for vs 2012 …
.net asp.net-web-api asp.net-web-api2 autofac autofac-configurationAfter adding WebAPI and register it in Global.asax. We find our web app breaks at this line: Line 17: GlobalConfiguration.…
c# json.net asp.net-web-api2 asp.net-mvc-5.1I created an ASP.NET WEB API 2.2 project. I used the Windows Identity Foundation based template for individual accounts available …
asp.net-web-api2 owin wif claims-based-identity asp.net-identity-2