I'm a bit confused how we are suppose to use Preview 2 of the starter kit. The early tutorials allow us to manipulate either the UriTemplate or XmlItemTemplate in the collection or singleton project templates.
So now with preview 2 the base classes are part of the Microsoft.ServiceModel.Web assembly. So if we want to manipulate the UriTemplate or XmlItemTemplate, as has been suggested on the forums, we need to copy the service base class files from the starter kit source.
Okay. This seems a bit hokey. It works for tutorials, but I don't really think this is a solution for a non-tutorial project.
What are the intentions of the Rest Starter Kit development team? Are we to abondon the project templates and just create our own services from scratch? Are these project templates are still useful?
Maybe these project templates would still be useful if we could set XmlItemTemplate from the inherited class. Why is XmlItemTemplate a const?
Later,
Jammy