Did anybo开发者_如何转开发dy see a domain model (information model) of Microsoft TFS (team foundation server)? Where it can be found? I need to understand ability to integrate it with other product.
This isn't exactly the Domain Model (which is definitely not public), but the TFS Integration Platform may be helpful: http://tfsintegration.codeplex.com/
Martin Woodward's blog is extremely TFS-centric. Try looking there.
Also, try this MSDN page.
Here's the official TFS SDK documentation: http://msdn.microsoft.com/en-us/library/bb130146.aspx
When you install it, you'll get lots more sample code that isn't posted online.
Links to links courtesy of Buck Hodges.
Once you decide which pieces of TFS you're interested in, you can search the web for additional examples based on the root class. For instance, if you want to write a Version Control plugin, you might type "Microsoft.TeamFoundation.VersionControl.Client site:blogs.msdn.com" into your favorite search engine.
Don't forget the Team Foundation Server SDK which I think is what you are looking for.
精彩评论