Guillaume Rouchon's Blog
.Net and VisualStudio ALM
.Net and VisualStudio ALM
Feb 24th
Good news, the next version of Visual Studio and Team Foundation Server are coming in Beta with a Go Live licence on February 29th (the same date that the Windows 8 consumer preview
).
Here is a list of the products which where announced for Visual Studio 11:
Compared to the 2010 line we have two new additions. The first, Team Foundation Server Express is a free edition of TFS with the following limitations:
Note that this version will be compatible with Visual Studio Express, Microsoft is now proposing a comprehensive development tools package for “unprofessional” developers! Of course it will be possible to upgrade an Express platform to add users through the purchase of CAL (Client Access License) or add the missing functionality by switching to the full version of TFS 11 :)
The second addition is Team Foundation Service. It is a TFS version which runs on Azure and is actually in test phase at http://www.tfspreview.com. This version on Azure has, for now, all TFS features except Sharepoint, Reporting Services and build (the build can be installed on-premises and connected to TFS on Azure).
Il come back in futur post in details on new features of Visual Studio 11 and Team Foundation Server 11. While waiting here are a list of links on this beta version:
Carpe Diem.
Jan 5th
Translate original post with Google Translate
Les TechDays 2012 auront lieu du 7 au 9 février 2012 au Palais des Congrès de Paris. Il y aura beaucoup de session sur toutes les technologies Microsoft actuel et à venir en 2012 ! Venez nombreux
Vous pourrez me retrouver sur le stand de Wygwam (ma société) ou lors de ma session sur Lab Management 2010 (et les nouveautés de Lab Management 11) :
Carpe Diem
Dec 26th

We just published a new stable version of the Community TFS Build Extensions. For a list of updates see the download page here.
Your feedback and suggestions are welcomed, use the site’s forum for this
Carpe Diem.
Sep 29th
Translate original post with Google Translate

Je serai présent aux MSDays 2011 à Paris le 4 octobre en tant que Ask The Expert (ATE). Si vous avez des questions (notamment autour de Team Foundation Server et Visual Studio
) venez me voir !
Pour vous inscrire c’est ici : http://msdn.microsoft.com/fr-fr/microsoft-days.aspx
Carpe Diem.
Sep 23rd

A quick post to inform you that Mike published yesterday a new stable release of the Community TFS Build Extensions. This release contains some bug fixes and new features.
We intend to continue on a release every 2 or 3 months. Your feedback and suggestions are welcomed, use the site’s forum for this
Carpe Diem.
Sep 17th
This week was rich in announcement both on the next version of Windows and the next versions of Visual Studio and Team Foundation Server. Here is a short summary of what was said on our favorite development tools:
Cette semaine a été riche en nouvelle tant au niveau de la prochaine version de Windows que des futurs versions de Visual Studio et Team Foundation Server. Voici un petit récapitulatif des annonces faites pour nos outils de développement préférés :
That’s all for now. I’m going back to my VMs installation to prepare my next posts on TFS 11 and VS 11 installation experience and their new features
Carpe Diem.
Jul 11th
Posts in this series:
In this fourth post we will see what to do to rename the sharepoint server wss.demo.local to wss1.demo.local and make our services work again
If you have read the previous posts it always the same start : rename the server and restart it.
Warning: i’m not a Sharepoint specialist so they may be easier commands than the one i will explain. If you’re a Sharepoint expert and you see a problem, don’t hesitate to post a constructive feedback
We will first update the Sharepoint configuration. We will use the same command line we used when renaming the database server (but using the Sharepoint server name
):
"%commonprogramfiles%\Microsoft Shared\web server extensions\12\BIN\stsadm" -o renameserver -oldservername wss -newservername wss1
Now that the Sharepoint configuration is updated we will need to update the internal and public URLs mapping for each web application:



Our Sharepoint is now updated we will now update TFS so that the team project portals point to the new address.
Before any thing flush the local DNS cache using the command line ipconfig /flushdns.
The only way to update TFS is by using the administration console:


Your installion is back online using the new Sharepoint server name. Next time will rename the TFS server. Since the server is at the heart of the installation we will have some work
Carpe Diem
Jul 5th

Yesterday was released the first stable version of the Community TFS Build Extensions. It’s a set of new activities for TeamBuild 2010 so that you can customize your build process. Here are some of the provided activites:
A big thanks to Mike Fourie the coordinator and principal contributor on the projet and to all other contributors (including me
).
We welcome your feedback and suggestions. It’s a start and we hope to release new versions every 2 or 3 months.
Carpe Diem.
Jun 28th
Jun 27th
Posts in this series:
In this third post we will see what to do to rename the reporting services server rs.demo.local to rs1.demo.local and make our services work again
As for the Analysis Services server the only thing to do is rename the server and restart it. Now we’ll need to update dependant components:
The only way to update TFS is by using the administration console:
Select the Reporting node and click the Edit button:

Note: a popup will appear saying the jobs should be stopped before editing the values. Accept to stop the jobs..


The Tfs_Configuration database is now updated. Let’s go and update Sharepoint.
The dashboards in Sharepoint are displaying reports from Reporting Services. The reports’addresses are not hardcoded (thankfully
), the dashboards use a special page ”TfsRedirect.aspx” which will take data from the TFS server and redirect to the correct page. Those data are cached on the Sharepoint server, we must clear this cache so that the next call to TfsRedirect.aspx will get the new Reporting Services server name:
Here are some explanation on the url:
By using the Test parameter you can verify that the reporting server url is updated.
Your installion is back online using the new Reporting services server name. Next time will rename the Sharepoint server
Carpe Diem