Whats the difference between http://code.msdn.microsoft.com/WebAppToolkitREST and http://www.asp.net/downloads/starter-kits/wcf-rest?
Whats the difference between http://code.msdn.microsoft.com/WebAppToolkitREST and http://www.asp.net/downloads/starter-kits/wcf-rest ?
Share
This is the first time I have come across the
Web Application Toolkit for REST services. After downloading it and sniffing around, it appears to be more of a sample application that shows you how to use the WCF REST capabilities that were released in .NET 3.5.The WCF REST Starter kit built on top of the REST library in .net 3.5 to make it easier to produce REST services. In my opinion,
WCF REST Starter kit Preview 2has been completely replaced by the capabilities that are in .Net 4.0.In summary the toolkit is a set of samples that show you how you can use WCF REST in .Net 3.5. WCF REST Starter kit was a set of experimental extensions that have been released in .Net 4.