Comment on Updated ASP.NET Web API Versioning module to version 1.1 by...
Hi Sebastiaan, Thanks for this package. Very useful! I'm currently using the "VersionHeaderVersionedControllerSelector" along with the Microsoft.AspNet.WebApi.HelpPage and am noticing that the...
View ArticleComment on Implementing API versioning in ASP.NET Web API by David Price
Thank you for producing this document, I've used it to great effect. Do you know if anything in .NET 4.5 has changed the way you would approach this problem? Also, the caching seemed a little over-kill...
View ArticleComment on How-to: Set-up a Netgear ReadyNAS as PPTP VPN server (firmware...
Hi, thanks for the info. When I run make oldconfig, it asks so many questions like processors and crpto support. I'm not sure what to put in???
View ArticleComment on Implementing API versioning in ASP.NET Web API by LK
This article and associated source code needs updating based upon the latest changes in ASP.NET 4.5, especially Web API.
View ArticleComment on Implementing API versioning in ASP.NET Web API by mo
Ha, I got about half way through writing almost this exact code (sans the caching) before I found this page. Nice one. Using it now :)
View ArticleComment on Updated ASP.NET Web API Versioning module to version 1.1 by Tom
This looks awesome. Is there a way to keep the controller names the same and put them in different name spaces and then allow the url or header information to dictate which namespace is then used?...
View ArticleComment on Updated ASP.NET Web API Versioning module to version 1.1 by Tom...
I believe I have this working correctly now. Please let me know if this is correct. This allows me to change namespaces, have the same class names, and then inheret existing classes and override...
View ArticleComment on Implementing API versioning in ASP.NET Web API by Mads Laumann
Wow, this is JUST what I was looking for! Thanks a lot! :) //Mads
View ArticleComment on Implementing API versioning in ASP.NET Web API by Atul
Hi Great implementation I have problem with dynamic route with WEB API Documentation I am hitting this issue (http://aspnetwebstack.codeplex.com/workitem/865) Do you have any idea about how to support...
View ArticleComment on Implementing API versioning in ASP.NET Web API by Sebazzz
Hi guys, Please report any bugs on Github. For questions, please contact me on @sebazzz91 on Twitter. Thanks!
View ArticleComment on Updated ASP.NET Web API Versioning module to version 1.1 by Sebazzz
Hi guys, Please report any bugs on Github. For questions, please contact me on @sebazzz91 on Twitter. Thanks!
View ArticleComment on Make Sure To Pay Attention When Disabling Orchard Modules by...
Appreciating the time and effort you put into your blog and in depth information you provide. It's great to come across a blog every once in a while that isn't the same unwanted rehashed information....
View ArticleComment on Implementing API versioning in ASP.NET Web API by Thomas
Hi! Thanks a lot for this great library! Just want to know if it's possible to use both major and minor versioning like 1.0 and 1.1. E.g. /api/1_0/mycontroller/123 /api/1_1/mycontroller/123 Thanks, Thomas
View ArticleComment on Implementing API versioning in ASP.NET Web API by Josh
Very helpful, thanks! I agree with Dave that the caching is pretty damn complicated, but I'll take it as a bonus as something else I can learn from this.
View ArticleComment on Implementing API versioning in ASP.NET Web API by Ralf Lenfers
Hi. First I wanna say thanks for this nice solution. I'm still pretty new to WEB Api and I have a strange problem using your RouteVersionedControllerSelector. Here is what I have done. I created a new...
View ArticleComment on Implementing API versioning in ASP.NET Web API by Ralf Lenfers
Hi. First I wanna say thanks for this nice solution. I'm still pretty new to WEB Api and I have a strange problem using your RouteVersionedControllerSelector. Here is what I have done. I created a new...
View ArticleComment on Implementing API versioning in ASP.NET Web API by Thomas Wodos
Great API..I added logic for a default version in case the header is not specified. In my version, I pass in the Major portion of the Executing Assembly (WebAPI) as the default version to use if a...
View ArticleComment on How-to: Set-up a graphical PXE boot menu using PXELINUX / SYSLINUX...
I think instead of [code] LABEL empty MENU LABEL [/code] [code]MENU SEPARATOR[/code] could be used.
View ArticleComment on Implementing API versioning in ASP.NET Web API by Neil Thompson
I just want to say THANKS: just plugged it all in and it works like a dream.
View ArticleComment on Implementing API versioning in ASP.NET Web API by Joan Barros
Hi, Great work, but I have some questions. Is this the best way to version API's? The other approach I was thinking was to have multiple deployed instances in the api/v{number} format. This way...
View Article