-
Is it intended to implement an version control for the services?
For example in a classic ASP.net MVC project with WebApi2 i use different "Areas" to realise a central version for the services. Examp…
-
It would be great if a vs 2013 solution could be provided of the latest stable version
-
I was looking at golang's standard library and they have a pretty beefy http package https://golang.org/pkg/net/http. Here are a few that seemed interesting:
https://golang.org/pkg/net/http/#Request.…
-
Hi
I'm trying to pass some additional filter values to the server side processing. But what ever I try the AdditionalParameters property is always null. I've seen issue #19 and #20 but enable and reg…
-
I tried to find this strange behavior bugg and solve it but i just lose my hair on the issue.
I got this code in the client:
https://gist.github.com/robgha01/bc5eec103363f87b7a6828d87beb9731
and …
-
Hi
Having followed the [WebApi2 + OWIN integration documentation](http://docs.autofac.org/en/latest/integration/webapi.html#owin-integration), I am facing an exception I cannot figure out how to solv…
-
If 2 filters A & B are provided for a controller via depedency injection & `OnActionExecuting` is called for filter A & then filter B, then `OnActionExecuted` is called for A & then B.
If the same fi…
-
It looks like specifying the route for a controller action decides the route from the root of the app. It would be nice if I could specify in some external location a point off the root path for all …
-
I would like to add to your implementation an Importer for pdf files. It would get meta data from the PDF file itself. I envisage using multiple source directories (I don't want to move the files from…
-
Recently our company plan to develop mobile app. The mobile app need to call several webapi sites(webapi site 1 and webapi site 2). I using idsrv3 OAuth server for SSO between multiple mvc web site. A…