-
[EVENT] Webcast MSDN: Casi “Zero Code” con LightSwitch en Azure
Buenas, pues eso, que dentro de unos días con el JuanLu nos veremos las caras virtualmente para mostrar un poco de ZERO CODE con AZURE. Pero claro, de ZERO CODE poco y nada porque lo interesante es meterle mano al juguetito y hacer cosas chulas con el mismo. A continuación la descripción oficial de evento.… — read more
-
[TFS2010] HowTo: use Custom Path CheckIn Policy
Good, I always recommend using 2 checkin policies when working with Visual Studio and Team Foundation: add comments and interact with one or more WorkItems checkin. This small rule helps us to have traceability between the history of all the elements in the source control, with the elements of work (tasks, bugs, etc) of TFS so… — read more
-
[TFS2010] HowTo: utilizar Custom Path CheckIn Policy
Buenas, siempre recomiendo utilizar 2 políticas de checkin cuando trabajamos con Visual Studio y Team Foundation: agregar comentarios y relacionar el checkin con uno o más WorkItems. Esta pequeña regla nos ayuda a tener trazabilidad entre el histórico de todos los elementos en el source control, con los elementos de trabajo (tareas, bugs, etc) de… — read more
-
[TFS2010] Test Case Attachment Clean Up Tool
Good, I said the tip of a very interesting tool to control the size of our database of Team Foundation Server 2010 when they grow too due to the amount of data from tests that are saved in our manual or automated tests. The tool in question can be downloaded from the Visual studio gallery, fromhttp://visualstudiogallery.msdn.microsoft.com/3d37ce86-05f1-4165-957c-26aaa5ea1010/ and delete different… — read more
-
[TFS2010] Test Case Attachment Clean Up Tool, limpia tus bases de datos de TFS
Buenas, me apunto el dato de una herramienta más que interesante para controlar el tamaño de nuestras bases de datos de Team Foundation Server 2010 cuando las mismas crecen demasiado debido a la cantidad de datos de test que se guardan en nuestras pruebas automatizadas o manuales. La herramienta en cuestion se puede descargar desde… — 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
-
[VS2010] Spec Explorer 3.5
Good, If you want a little help at the time of generating your tests: Spec Explorer can be quite useful. This extension for visual Studio 2010allows you to define Behaviors through rules in C# or expressions based on a pattern. From these contents, which are regarded as “models”, then the tool allows us to work in mode “test… — read more
-
[VS2010] Spec Explorer 3.5
Buenas, si quieres un poco de ayuda al momento de generar tus pruebas: Spec Explorer puede serte de bastante utilidad. Esta extensión para visual Studio 2010, permite definir Behaviors a través de reglas en C# o de expresiones basadas en un patrón. A partir de estos contenidos, que se consideran “modelos”, luego la herramienta nos… — read more
-
[MSRESEARCH] Debugger Canvas
Good, from the hand of the fathers of Code Contracts and Reactive Extensions, the guys from DevLabs derive another productazo of the manga with “debugger canvas“. Debugger Canvas is an add-on for Visual Studio 2010 (exclusive Ultimate) which allows us to see for “step” in a process of purification in a new canvas, connecting to them between Yes. This is really… — read more
-
[MSRESEARCH] Debugger Canvas
Buenas, de la mano de los padres de Code Contracts y Reactive Extensions, los chicos de DevLabs se sacan otro productazo de la manga con “Debugger Canvas”. Debugger Canvas es una extensión para Visual Studio 2010 (Ultimate exclusivo) que nos permite ver para “step” en un proceso de depuración en un canvas nuevo, conectando a… — read more
-
[VS2010] FIX: Improvements in the editor of WF ( improvement?)
Good, some time ago I published in a post, an unofficial trick to disable validations in time of ejcución in the Workflow Foundation editor of Visual Studio 2010. It did so because at the time of edit definitions of Builds in Team Build 2010, because the IDE of Visual Studio 2010 was going for a ride by Narnia and was… — read more
-
[VS2010] HotFix: Mejora en el editor de WF (¿mejora?)
Buenas, hace un tiempo publiqué en un post, un truco no oficial para desactivar las validaciones en tiempo de ejcución en el editor de Workflow Foundation de Visual Studio 2010. Esto lo hice porque al momento de editar definiciones de Builds de Team Build 2010, pues el IDE de Visual Studio 2010 se iba a… — 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
-
[VS2010] New Visual Studio 2010 ALM virtual machines
Good, post short Saturday to later have the links handy. Updated demo virtual machines for Visual Studio 2010 and Team Foundation Server 2010 by a trial until November 1, 2011. This new version includes Service Pack 1 for both products and several new hand on labs. They can be downloaded from: Visual Studio 2010 RTM (Hyper-V) Visual Studio 2010 RTM (Windows… — read more
-
[VS2010] Nuevas máquinas virtuales para probar Visual Studio 2010 ALM
Buenas, post cortito de sábado para tener después los links a mano. Se han actualizado las máquinas virtuales de demo para Visual Studio 2010 y Team Foundation Server 2010 con un trial hasta el 1 de Noviembre de 2011. Esta nueva versión incluye el Service Pack 1 para ambos productos y varios nuevos hand on… — 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
-
[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