I just started learning RESTful service using .Net C #. CodePlex has WCF REST start code available. I watched several Screen-casts from Pluralsight. The demos are very cool, but they are based on a preview of Startkit.
I downloaded the latest version of Preview 2. It seems that some classes, such as Service.basic.svc.cs, are not available. Service.basic.svc.cs provides open source code so you can change its implementation, endpoint templates, help descriptions, and more. This missing part makes it difficult to customize my templates, implementations, and help descriptions. Perhaps the new Preview 2 has a different structure o alternative ways to achieve the same results. However, I simply cannot find any additional information about them.
In any case, WCF REST Startkit is still in the preview version. Not sure when the final release will be available and not sure if it will be free and open.
Does anyone have experience with Preview 2 and know these changes and alternatives? Or is there another open source REST library for .Net or ASP.NET?
source
share