2

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 ?

Will Hartung
  • 115,893
  • 19
  • 128
  • 203
BentOnCoding
  • 27,307
  • 14
  • 64
  • 92

2 Answers2

3

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.

chris.house.00
  • 3,273
  • 1
  • 27
  • 36
3

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.

Alexander Zeitler
  • 11,919
  • 11
  • 81
  • 124