| M Sheik 的个人资料udooz!照片日志列表 | 帮助 |
|
3月9日 A war between Team Foundation API and me - Part IIHi!
Finally, i've concluded that instead of WSS, it is better to use Microsoft Visual Studio Team Foundation Server API in our application. TFS might decrease our application's features localization, but it will reduce my headache. It is actually built on top of WSS. So we can enjoy the share point services with luxury of TFS. Okay! let me write some sample applications to test the TFS APIs before the production code. I've got the following dlls from Visual Studio 2005 SDK. You can download VS2005 SDK from http://www.vsipdev.com/downloads.At the time of downloading, Microsoft released VS2005 SDK Feb 2005 CTP. So, i've downloaded the SDK and installed it on my machine.
VS2005 SDK Feb 2006 CTP:
After the installation, i navigated to Visual Studio 2005 SDK > 2006.02 > Visual Studio Team System Integration from my Program Folder Menu. It has some samples and documentation for VSTS Integration. Really i hate the documentation which is in Word document and unable to see the ever green Microsoft help style. No explanations, code snippets for VSTS SDK.
And i was shocked, because these documents does not help you to explore from where you can start to develop. One fine day, i ran Lutz Roder's .NET Reflector and decompile the following TFS assemblies.
In Microsoft.TeamFoundation, i found namespace Microsoft.TeamFoundation.Proxy.Portal which contains most of the basic APIs to create a project and work items on Team Foundation Server from your application. (See Fig 1).
The classes and methods are self explanatory, so i've decided to use those assemblies. But after a while, i was strucked when using this API. I cannot understand most of the parameters for some basic functions. Oh God! Now i am searching again for help...i got help for TFS Version Control APIs only. After that, I found that microsoft released VS2005 SDK March 2006 CTP. Still no more improvements from me. So guys! let me take some times. I will meet on next issues with a solution.
评论 (6)
引用通告此日志的引用通告 URL 是: http://udooz.spaces.live.com/blog/cns!1EA86C1FB1C134B8!146.trak 引用此项的网络日志
|
|
|