It would seem there is precious little documentation on programming against a TFS 2010 instance. What bits I have found, have next to nothing in the case of documentation beyond barebones listing of client access classes and their members, most likely autogenerated from the code comments.
As I'm interested in building a silverlight client against TFS. I know that a Silverlight client will not be able to make a reference to the TFS Cient assemblies. I will need access the TFS from my own server side wrapper. Ideally the silverlight app will talk to my server (mainly for work items) and my server will in turn talk to the TFS server for the goods.
Where is the doumentation (if any) for this kind of TFS integration?