-
[TFS2010] HowTo: Lanzar manualmente un backup en un servidor Team Foundation Server 2010
Buenas, hace unos días comenté como crear una definición de BackUp para todos los contenidos con los que trabaja Team Foundation Server. En este post, comentaré los pasos para lanzar manualmente un BackUp para un servidor. 1. Lanzar la consola de administración de Team Foundation Server 2. Selecionar el nodo [Server // Application Tier //… — read more
-
[VS2010] HowTo: Invoke the form of selection of Team Project from C#
Good, This is a post where I said not to forget the 10 lines of code needed to launch the form of selection of Team Project inVisual Studio 2010. The following example uses the TeamProjectPicker class and shows a form of modal selection for the selection of a Team Project Collection: 1: private static Uri SelectTeamProjectCollection()… — read more
-
[VS2010] HowTo: Invocar el formulario de seleccion de Team Project desde C#
Buenas, este es un post donde me apunto para no olvidarme las 10 líneas de código que se necesitan para lanzar el formulario de selección de Team Project en Visual Studio 2010. El siguiente ejemplo, utiliza la clase TeamProjectPicker y muestra un formulario de selección modal para la selección de una Team Project Collection: … — read more
-
[TFS2010] HowTo: Refresh the contents of the cache from Team Web Access
Good, It is a pile of time, I wrote a post which showed how to set the path of the Cache for Team System Web Access. A couple of versions of Team Foundation, this is much simpler, and is also much simpler the refresh of the data that Visual Studio 2010works Team Web Access. For this you just… — read more
-
[TFS2010] HowTo: Refrescar los contenidos del cache de Team Web Access
Buenas, hace una pila de tiempo, escribí un post donde mostraba como configurar el path del Cache para el Team System Web Access. Un par de versiones de Team Foundation después, esto es mucho más simple, y además también es mucho más simple el refresco de los datos con los que trabaja Visual Studio 2010… — read more
-
[TFS2010] HowTo: Create a BackUp of the elements of a Team Foundation server plan
Good, make a BackUp of the elements of a Team Foundation Server is a task that does not have many problems. Everything on the server is located in the SQL Server database, so if the BackUp of the same, is properly configured because many more problems there. However, as we also have information in other repositories, as… — read more
-
[TFS2010] HowTo: Crear un plan de BackUp de los elementos de un server Team Foundation
Buenas, hacer un BackUp de los elementos de un servidor Team Foundation Server es una tarea que no tiene muchos problemas. Todo el contenido del servidor se encuentra en la base de datos SQL Server, con lo que si está bien configurado el BackUp del mismo, pues muchos más problemas no hay. Sin embargo, como… — read more
-
[TEAMBUILD2010] HowTo: Add results of analysis of code metrics in a Build (I)
Good, Since a couple of versions in the Visual Studio IDE, we have the ability to perform analysis of code metrics in our solutions.In this analysis we can see the complexity cyclomatic code, the coupling between classes, and other metrics that will help us to see if the quality of our code is acceptable. The problem… — read more
-
[TEAMBUILD2010] HowTo: Agregar resultados de análisis de Métricas de Código en una Build (I)
Buenas, desde hace un par de versiones en el IDE de Visual Studio, tenemos la capacidad de realizar análisis de métricas de código en nuestras soluciones. En este análisis podremos ver la complejidad ciclomática del código, el acoplamiento entre clases, y otras métricas que nos ayudarán a ver si la calidad de nuestro código es… — read more
-
[TFS2010] HowTo: Convert to Branches of TFS2010 elements migrated from TFS2008
Good, When you make a updagre or a migration from Team Foundation Server 2008 for Team Foundation Server 2010, a very common scenario is that the definitions of Branching and Merging are respected, but do not apply the new capabilities withTFS2010 for Branching and Merging. For example, if we look at the properties of the elements migrated… — read more
-
[TFS2010] HowTo: Reconvertir a Branches de TFS2010 elementos migrados desde TFS2008
Buenas, cuando realizas un updagre o una migración desde Team Foundation Server 2008 hacia Team Foundation Server 2010, un escenario muy común es que las definiciones de Branching y Merging se respeten, pero no se apliquen las nuevas capacidades que posee TFS2010 para Branching y Merging. Por ejemplo, si vemos las propiedades de los elementos… — read more
-
[TFSINTEGRATION] HowTo: Define custom mappings for the migration between TFS2008 and TFS2010
Good, When you work with tfs integration platform a scenario very likely: Migrating the contents of a Team Project from Team Foundation Server 2008 at Team Foundation Server 2010. While the basic concepts of WorkItem Tracking and Source Control remained similar between the two versions, process templates have changed considerably and the migration of WorkItems can bring us… — read more
-
[TFSINTEGRATION] HowTo: Definir mapeos personalizados para las migraciones entre TFS2008 y TFS2010
Buenas, cuando trabajas con TFS Integration Platform un escenario muy probable es: Migrar los contenidos de un Team Project desde Team Foundation Server 2008 a Team Foundation Server 2010. Si bien los conceptos básicos de Source Control y WorkItem Tracking siguen siendo similares entre ambas versiones, las plantillas de proceso han cambiado bastante y la… — read more
-
[VS2010] Do HowTo: using Intellitrace in a x 64 environment?
Good, a great failure, according to my point of view of the launch of Visual Studio 2010, was support for IntelliTrace only available for x 86 environments. But an añazo after the launch of Visual Studio 2010, and with Service Pack 1, already have support for IntelliTrace for x 64. A was of people, for example the Sharepoint 2010… — read more
-
[VS2010] HowTo: Utilizar Intellitrace en un entorno x64?
Buenas, un gran fallo, según mi punto de vista del lanzamiento de Visual Studio 2010, era que el soporte para IntelliTrace solo estaba disponible para entornos x86. Ahora bien, un añazo después del lanzamiento de Visual Studio 2010, y gracias al Service Pack 1, ya tenemos soporte para IntelliTrace para x64. Un collectivo de gente,… — read more
-
[TFS2010] HowTo: Create fake builds for Team Build 2010
Good, excellent post of Neno, where shows us how to use a utility that created jason pricket to create false results for builds in Team Build 2010. This utility can be downloaded from here: TfsCreateBuild.exe and then using the following arguments to the TfsCreateBuild.exe application: status: < value > Status of the build (Succeeded, Failed, Stopped, PartiallySucceeded) /flavor: < name >… — read more
-
[TFS2010] HowTo: Crear fake builds para Team Build 2010 por línea de comandos
Buenas, excelente post de Neno, donde nos muestra como utilizar una utilidad que creó Jason Pricket para crear resultados falsos para builds en Team Build 2010. Esta utilidad se puede descargar desde aquí: TfsCreateBuild.exe y a continuación, utilizando los siguientes argumentos para la aplicación TfsCreateBuild.exe: /status:<value> Status of the build (Succeeded, Failed, Stopped, PartiallySucceeded) /flavor:<name>… — read more
-
[TFS2010] HowTo: Create a field for a WorkItem with custom values, and easy to maintain
Good, before starting to explain a simple way to modify the definition a WorkItem Type, comes the disclaimer: It is always advisable to think about it 20 times before modifying processes guide or template of a Team Project, in other words: does not modify it because 95% of cases, the templates by default are sufficient.… — read more
-
[TFS2010] HowTo: Crear un campo para un WorkItem con valores personalizados y de fácil mantenimiento
Buenas, antes de comenzar a explicar una forma sencilla de modificar la definición un WorkItem Type, llega el disclaimer: Siempre es recomendable pensarlo 20 veces antes de modificar la guía de procesos o plantilla de un Team Project, en otras palabras: no lo modifiques porque en el 95% de los casos, las plantillas por defecto… — read more
-
[VS2010] HowTo: Differentiate the same solution in different branches (thanks VSCommands2010)
Good, When you work with any strategy of Branching (but do you, out of my blog! should) is very common that you are opening the same solution in the branch of development evolutovo and in the branch of maintenance or corrective. The following example shows how we have the solution ClassLibrary1 and the files in the branches… — read more