Is the WCF REST Starter Kit dead in the water?
Posted
by Richard Ev
on Stack Overflow
See other posts from Stack Overflow
or by Richard Ev
Published on 2009-06-17T10:46:28Z
Indexed on
2010/04/25
19:53 UTC
Read the original article
Hit count: 190
We are looking at switching from using WCF for our service layer in applications to REST.
So far we are assuming that the way to do this is to use the WCF REST Starter Kit. However this is still in Preview 2 and hasn't been updated since March 2009.
Is this project dead in the water?
If so, what alternatives do we have for creating .NET-based REST services? (Some are suggesting using ASP.NET MVC, which we're already using for our UI layer)
© Stack Overflow or respective owner