0
Getting a WCF API Right
0
Creating API Documentation
At Huddle we’ve recently been working on our API and came across the problem of writing documentation for the API.
Having looked at a number of solutions I came up with a simple solution using XML comments within C# and the XML generated by the project during compilation.
… Continue Reading