Adding documentation to WCF Restful services with the REST Starter Kit
Posted by: Pablo M. Cibraro (aka Cibrax),
on 04 Nov 2008 |
View original | Bookmarked: 0 time(s)
Automatic documentation is another cool feature introduced in the WCF REST Starter kit. While documentation is an important aspect in the development process, unfortunately there is not an standard mode or guidance yet about how this should be done for REST services. This new feature comes to help a little in this aspect of the process.
As part of the starter kit, the WCF team has created a new [WebHelp] attribute that can be used to annotate existing web operations with human-readable descriptions....