Is there a server side API for Team Foundation Server?
        Posted  
        
            by Ralph Shillington
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ralph Shillington
        
        
        
        Published on 2010-05-22T15:56:58Z
        Indexed on 
            2010/05/22
            16:10 UTC
        
        
        Read the original article
        Hit count: 268
        
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 will need access to a server side API. 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?
© Stack Overflow or respective owner