Team system features by visual studio versions

30. November 2005
Different versions of Visual Studio Team System 2005 by features :   Architect Developer Test Foundation RAD x x x   Modeling x x x   Management       x Build       x Test-Driven Development & Code Coverage   x x   Profiling & Load Testing     x   Source Control & Change Management       x

.NET Projects

SharePoint Configuration Analyzer

30. November 2005
Voici un outils bien utile pour controler une installation de Windows SharePoint Services : SharePoint Configuration Analyzer. C’est un outil de Microsoft. Consulter la fiche sur MSDN

SharePoint

Using Xpath queries with MSXML

30. November 2005
To use Xpath queries with MSXML, don’t forget to set the following propoerty of your xml document object : xmlDocument.setProperty “SelectionLanguage”, “XPath” Example : Set xmlDocument = New DOMDocument40 xmlDocument.Load(”example.xml”); xmlDocument.setProperty “SelectionLanguage”, “XPath” Set xmlNode = xmlDocument.selectSingleNode(”//COMPANY/CUSTOMER[substring(@type,1,2) =’FR’]”) Refer to the microsoft Knowledge base : How To Use XPath Queries in MSXML DOM selectNodes Method

XML, Web Services ,

How to change the !NEW tag on new documents under Windows SharePoint Services

30. November 2005
Use the following commmand line : stsadm.exe -o setproperty -pn [days-to-show-new-tag] -pv 0 -url [virtual-server-url] by replacing : [days-to-show-new-tag] with the number of days to show the !New tag (set to 0 to disable) [virtual-server-url] with the virtual server url (http://… ) More informations on Microsoft knowledge base url : How to stop the !New tag appearing when you add items to your SharePoint Team Services and SharePoint Services Web site

SharePoint