The WCF Web.API hasn't been incorporated into the .NET Framework as of the date of this post. Is it safe to use this library in production code or is it's only usefulness for testing at the moment ?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

I'm using it in production.

Albeit it is not allowed at the moment to use it in production at your customers site.

But your customer can get the dependencies using Nuget...

And btw: Web API will be out of band release like ASP.NET MVC is.

link|improve this answer
feedback

While I personally have not implemented a production application with WCF web API, I know several people who have. I have not heard them report any issues that would cause me to question it's production readiness. That being said, WCF Web API is an open source project, so you can browse the code yourself to get a feeling for how sound the code is.

link|improve this answer
I know the api is dependable, my problem is licensing. I can't use it at work unless its rc. – Robotsushi Feb 3 at 0:36
Ha, well, I don't think anyone on satckoverflow can help you with that problem :) – chris.house.00 Feb 3 at 15:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.