ASP.
I've got a MVC WebApi owin (soft hosted) project, that uses Unity for resolving controller dependencies which look like this …
c# unity-container asp.net-web-api2 owinI'm trying to use flow.js (https://github.com/flowjs/flow.js) via its Angular wrapper (https://github.com/flowjs/…
javascript angularjs typescript asp.net-web-api2 flow-jsBackground I've implemented the Thinktecture.IdentityServer.V3 (the openID Connect one). I've got the OAuth2 bearer token returned to my …
javascript oauth-2.0 asp.net-web-api2 thinktecture-ident-server openid-connectUpdate vote here on User Voice to get the ambiguity addressed. I've written a OData WebAPI controller inherting from ODataController. …
c# asp.net-web-api odata asp.net-web-api2 asp.net-web-api-odataIn oData 4.0 Actions and functions are frequently referred. I couldn't get what are they and how they are different. Are …
.net asp.net-web-api asp.net-web-api2 odata odata-v4I have implemented security for my web api (individual accounts) as discussed here. I have hosted the website on godaddy (…
asp.net-mvc-4 authorization asp.net-web-api2 bearer-tokenGiven a WebApi2 service that returns json values like this: { id: 1109, effectiveDate: "2014-10-05T00:00:00", // the date is a string (…
c# json angularjs asp.net-web-api2 asp.net-mvc-5.2I am using ASP.NET and Swagger that exposes a complex type that accepts a POST. It has a number …
asp.net-web-api2 swagger-2.0 swashbuckleIs it possible to leverage MultipleApiVersions in Swagger UI / Swashbuckle when using attribute routing? Specifically, I implemented versioning by: using …
attributes asp.net-web-api2 swagger swagger-ui swashbuckleI'm trying to return the recently added entity Id in a Web Api action method as a JSON. Example: { bookId = 666 } …
dynamic asp.net-web-api2 expandoobject