Archivos para 29 septiembre 2011
[# TFS11] The new concept of Team in TFS11
Publicado por elbruno en Team Foundation Server 11, Team Web Access el 29 septiembre, 2011
Hi,
one of the novelties intersante be incorporated in the new version of Team Foundation 11, is the concept of Team/team. While we can think that a team is an evolution of groups of TFS, is rather a concept oriented towards achieving a better management of the work done by a team.
Since access to the form of Team we can access directly to:
- View Backlog
- View board
- View WorkItems
- Manage Schedule and iterations
- Manage Workareas
When we manage a Team, we can add new users directly from the new Web Access. In the following image we see as I have added a user showing my ego ![]()
In the form of editing of the information of the members of each group, we can see that groups are the same and obviously manage groups from this interface.
Finally says what ás interesting IMHO, the definition of the groups is carried out at the Team Project Collection. This means that we don’t have to replicate the same set of permissions to the same groups of TFS in each TP, but that the central administration from the concept of Team already us gives this capacity.
Greetings @ Home
The Bruno
[#TFS11] El nuevo concepto de Team en TFS11
Publicado por elbruno en Team Foundation Server 11, Team Web Access el 29 septiembre, 2011
Buenas,
una de las novedades intersantes que se incorporar en la nueva versión de Team Foundation 11, es el concepto de Team/Equipo. Si bien podemos pensar en que un equipo es una evolución de los grupos de TFS, es más bien un concepto orientado hacia lograr una mejor gestión del trabajo que realiza un equipo.
Desde el acceso al form de Team podremos acceder directamente hacia:
- View Backlog
- View board
- View WorkItems
- Manage Schedule and iteraciones
- Manage Workareas
Cuando administramos un Team, podemos agregar nuevos usuarios directamente desde el nuevo Web Access. En al siguiente imagen vemos como he agregado un usuario que demuestra mi ego ![]()
En el formulario de edición de la informción de los integrantes de cada grupo, podremos ver a que grupos pertenecen los mismos y obviamente, administrar los grupos desde esta interfaz.
Finalmente comenta lo ás interesante IMHO, la definición de los grups se realiza a nivel de Team Project Collection. Esto significa que no tenemos que replicar los mismos set de permisos para los mismos grupos de TFS en cada TP, sino que la administración central desde el concepto de Team ya nos dá esa capacidad.
Saludos @ Home
El Bruno
[# VS11] HowTo: Use test virtual machine with # VS11 and # TFS11 without Hyper-V
Publicado por elbruno en HowTo, Team Foundation Server 11, Visual Studio 11, vNext el 28 septiembre, 2011
Good,
a few days ago I commented that a virtual machine was released from MS who possessed all the necessary software to test Visual Studio 11 and Team Foundation 11. VM includes the following software and others:
- Microsoft Windows Server 2008 R2 Standard Edition
- Microsoft SQL Server 2008 R2
- Microsoft Visual Studio 11 Ultimate Developer Preview
- Microsoft Team Foundation Server 11 Developer Preview
- Microsoft SharePoint Foundation 2010
- Microsoft Project 2010
- Microsoft Office Professional 2010 (Word, PowerPoint, Excel)
- Sample users and data required to support hands-on-lab scripts which accompany this download and exercise some of the new Visual Studio 11 application lifecycle management capabilities introduced in this release
Now, if you have installed a Windows 8 to play like me but still using Windows 7 as your main OS, because you are a little fried to prove this VM that was released is designed to test Hyper-v, and our beloved W7 only comes from factory with Virtual chestnut PC.
But to not despair, our friend VirtualBox can serve us as a good system of virtualization to mount the ISO. We split.
1. Obviously to download and install VirtualBox.
2. Create a new VM in VirtualBox. The wizard should appear
3 Configure an original name for the virtual machine and select the version of the OS.
4 Allocating memory that we have (the more the better)
5 Select the vhd that is decompressed when we got the image from the site of MSDN.
6 We keep the VM…
7 And ready, we can prove a WS2008R2 with all installed software.
Tip: If you find yourself with a pair of BSOD when you start the VM, it verifies that it is mounted with an IDE controller instead of SATA…
Greetings @ Home
The Bruno
[#VS11] HowTo: Montar la VM de pruebas de #VS11 y #TFS11 sin Hyper-V
Publicado por elbruno en HowTo, Team Foundation Server 11, Visual Studio 11, vNext el 28 septiembre, 2011
Buenas,
hace unos días comenté que desde MS se había liberado una máquina virtual que poseía todo el software necesario para probar Visual Studio 11 y Team Foundation 11. La VM incluye el siguiente software y demás:
- Microsoft Windows Server 2008 R2 Standard Edition
- Microsoft SQL Server 2008 R2
- Microsoft Visual Studio 11 Ultimate Developer Preview
- Microsoft Team Foundation Server 11 Developer Preview
- Microsoft SharePoint Foundation 2010
- Microsoft Project 2010
- Microsoft Office Professional 2010 (Word, PowerPoint, Excel)
- Sample users and data required to support hands-on-lab scripts which accompany this download and exercise some of the new Visual Studio 11 application lifecycle management capabilities introduced in this release
Ahora bien, si te has instalado un Windows 8 para jugar like me pero todavía utilizas Windows 7 como tu principal SO, pues estás un poco frito para probar esto ya que la VM que se liberó está pensada para probarla en Hyper-V, y nuestro querido W7 solo viene de fábrica con Virtual castaña PC.
Pero a no desesperar, nuestro amigo VirtualBox nos puede servir como un buen sistema de virtualización para montar esta ISO. Vamos por partes.
1. Obviamente descargar e instalar VirtualBox.
2. Crear una nueva VM en VirtualBox. Debe aparecer el asistente
3. Configurar un nombre original para la máquina virtual y seleccionar la versión del SO.
4. Asignar la memoria que tengamos (cuanto más mejor)
5. Seleccionar el vhd que se descomprime cuando bajamos la imagen desde el site de MSDN.
6. Guardamos la VM …
7. Y listo, ya podemos probar un WS2008R2 con todo el software instalado.
Tip: Si te encuentras con un par de BSOD cuando arrancas la VM, verifica que la misma está montada con un controlador IDE en lugar de SATA …
Saludos @ Home
El Bruno
[# MSBUILD] Compilation of links to begin to learn about MSBuild (III)
Good,
update the list of links for the first steps with MSBuild.
How to get started
- [MSBUILD] HowTo: Access to information in variables of Build (I)
- [MSBUILD] HowTo: Use properties in MSBuild (II)
- [MSBUILD] HowTo: Using groups of elements in MSBuild (III)
- [MSBUILD] Using Targets in Build (IV) projects
- [MSBUILD] Managing errors at runtime (V)
- [MSBUILD] Invoking Targets and passing values between them (VI)
- [MSBUILD] Including / importing files from external projects (VII)
- [MSBUILD] Conditions in MSBuild (VIII)
- [MSBUILD] Case / Switch in MSBuild (IX)
- [MSBUILD] How to obtain Metadata on elements of ItemGroup (X)
- [MSBUILD] Self-contained/Inline tasks Tasks in MSBuild 4.0 (XI)
- [MSBUILD] Defining properties in self-contained/Inline tasks Tasks (12th)
- [MSBUILD] Managing errors of compilation in self-contained/Inline tasks Tasks (13th)
- [MSBUILD] Another novelty in MSBuild 4.0: Property Functions (14th)
- [MSBUILD] New Targets in MSBuild 4.0: BeforeTargets and AfterTargets (XV)
- [MSBUILD] Creating custom tasks (16th)
- [MSBUILD] Using traces in custom tasks (XVII)
- [MSBUILD] Trying to make unit testing for custom tasks in MSBuild, problem with TaskLoggingHelper (18th)
- [MSBUILD] HowTo: perform unit testing for custom tasks in MSBuild, mockeando TaskLoggingHelper (19th)
- [MSBUILD] HowTo: Debug MSBuild with Visual Studio 2010 projects (XX)
- [# MSBUILD] HowTo: Set a value in a property according to a condition (XXI)
Several
- [TFS2010] HowTo: Include a definition of TFS2010 Build MSBuild scripts
- [MSBUILD] Applying design principles to our MSBuild files, which will lead us to work on the command line (Back to the Past)
- [MSBUILD] Using assembled with dependencies at runtime in Custom Tasks in MSBuild
- [MSBUILD] Common tasks for working with files in MSBuild
ReSharper
- [MSBUILD] ReSharper – > navigating towards the Declaration/definition of properties
- [MSBUILD] # ReSharper – > analyzing the structure of the files in MSBuild with File Structure
Greetings @ Home
The Bruno
[#MSBUILD] Recopilatorio de enlaces para comenzar a conocer MSBuild (III)
Buenas,
actualización de la lista de enlaces para dar los primeros pasos con MSBuild.
Cómo empezar
- [MSBUILD] HowTo: Acceder a información en variables de Build (I)
- [MSBUILD] HowTo: Utilizar propiedades en MSBuild (II)
- [MSBUILD] HowTo: Utilizar grupos de elementos en MSBuild (III)
- [MSBUILD] Utilizando Targets en proyectos de Build (IV)
- [MSBUILD] Gestionando errores en tiempo de ejecución (V)
- [MSBUILD] Invocando Targets y pasando valores entre los mismos (VI)
- [MSBUILD] Incluyendo/importando archivos de proyectos externos (VII)
- [MSBUILD] Condiciones en MSBuild (VIII)
- [MSBUILD] Case/Switch en MSBuild (IX)
- [MSBUILD] Como obtener Metadata en elementos de ItemGroup (X)
- [MSBUILD] Tareas autocontenidas/Inline Tasks en MSBuild 4.0 (XI)
- [MSBUILD] Definiendo propiedades en Tareas autocontenidas/Inline Tasks (XII)
- [MSBUILD] Gestionando errores de compilación en Tareas autocontenidas/Inline Tasks (XIII)
- [MSBUILD] Otra novedad en MSBuild 4.0: Property Functions (XIV)
- [MSBUILD] Nuevos Targets en MSBuild 4.0: BeforeTargets y AfterTargets (XV)
- [MSBUILD] Creando tareas personalizadas (XVI)
- [MSBUILD] Utilizando trazas en tareas personalizadas (XVII)
- [MSBUILD] Intentando realizar pruebas unitarias para tareas personalizadas de MSBuild, problema con TaskLoggingHelper (XVIII)
- [MSBUILD] HowTo: realizar pruebas unitarias para tareas personalizadas de MSBuild, mockeando el TaskLoggingHelper (XIX)
- [MSBUILD] HowTo: Depurar proyectos de MSBuild con Visual Studio 2010 (XX)
- [#MSBUILD] HowTo: Establecer un valor en una propiedad de acuerdo a una condicion (XXI)
Varios
- [TFS2010] HowTo: Incluir scripts de MSBuild en una definición de Build de TFS2010
- [MSBUILD] Aplicando principios de diseño en nuestros archivos MSBuild, que nos llevarán a trabajar en la línea de comandos (Back to the Past)
- [MSBUILD] Utilizando ensamblados con dependencias en tiempo de ejecución en Custom Tasks en MSBuild
- [MSBUILD] Tareas comunes para trabajar con archivos en MSBuild
ReSharper
- [MSBUILD] ReSharper –> Navegando hacia la declaración/definición de las propiedades
- [MSBUILD] #ReSharper –> analizando la estructura de los archivos de MSBuild con File Structure
Saludos @ Home
El Bruno
[# MSBUILD] HowTo: Set a value in a property according to a condition (XXI)
Publicado por elbruno en Code Sample, MSBuild el 27 septiembre, 2011
Hi,
wherever I have to process a condition to set the value of a property, I conclude by making a few very rare lines ofMSBuild. I’m going to sign this post so that within 2 hours I remember as I resolve it in a simple way.
In the following example, we see that Target1 shows the value of the property $(Log). The value of the same is processed between 4 and 8, lines and depending on whether there is or not a file log, the property can take the values:
- There is no Log
- c:\file1.log
- c:\file2.log
1: <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
2: InitialTargets=”Target1″>
3: <PropertyGroup>
4: <Log1>c:\file1.log</Log1>
5: <Log2>c:\file2.log</Log2>
6: <Log>No hay Log</Log>
7: <Log Condition=”Exists(‘$(Log1)’)”>$(Log1)</Log>
8: <Log Condition=”Exists(‘$(Log2)’)”>$(Log2)</Log>
9: </PropertyGroup>
10: <Target Name=”Target1″>
11: <Message Text=”Start Demo” />
12: <Message Text=”Log: $(Log)” />
13: </Target>
14: </Project>
Simple and easy ![]()
Greetings @ Here
The Bruno
[#MSBUILD] HowTo: Establecer un valor en una propiedad de acuerdo a una condicion (XXI)
Publicado por elbruno en Code Sample, MSBuild el 27 septiembre, 2011
Buenas,
siempre que tengo que procesar una condición para setear el valor de una propiedad, termino haciendo unas líneas muy raras de MSBuild. Me voy a apuntar este post para que dentro de 2 horas no se me olvide como lo resuelvo de una forma simple.
En el siguiente ejemplo, vemos que en el Target1 se muestra el valor de la propiedad $(Log). El valor de la misma se procesa entre las líneas 4 y 8, y dependiendo si existe o no un archivo de log, la propiedad puede tomar los valores:
- No hay Log
- c:\file1.log
- c:\file2.log
1: <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
2: InitialTargets="Target1">
3: <PropertyGroup>
4: <Log1>c:\file1.log</Log1>
5: <Log2>c:\file2.log</Log2>
6: <Log>No hay Log</Log>
7: <Log Condition="Exists('$(Log1)')">$(Log1)</Log>
8: <Log Condition="Exists('$(Log2)')">$(Log2)</Log>
9: </PropertyGroup>
10: <Target Name="Target1">
11: <Message Text="Start Demo" />
12: <Message Text="Log: $(Log)" />
13: </Target>
14: </Project>
Simple y sencillo ![]()
Saludos @ Here
El Bruno
Update: Thanks a @pablonete @hhariri por aclararme que la palabra setear no sólo no existe sino que además es agresiva a la vista
[MRDS] Microsoft Robotics Developer Studio 4 Beta is here and… # Kinect is also here too!

as Luis has already written something Team Foundation 11 today , and Rodrigo has made promotion of an ALM event; today I pass tools and management and we took side geek which today comes with everything.
On the one hand the Beta of Microsoft Robotics Developer Studio 4, which in this case is interesting novelty as it is the first version that comes integrated with sl SDK about Kinect. Now, as the software is not all also needed a few beers this release coincides with a dedicated especially to work with Kinect hardware: Eddie.
So to the naked eye, is one of the robots more ugly I’ve seen over the past 35 years, but when you see the features that have, start you to get affection: compaible with Microsoft Robotics uses Kinect to see 3D, 100% wireless, sensors in proximity… will that if they put a laser or a ray of death, we are already happier than a manco monkey.
For more information:
http://Channel9.msdn.com/posts/A-look-at-Robotics-Developer-Studio-4-beta
http://www.Microsoft.com/Robotics/
Greetings @ Here
The Bruno
Source: http://channel9.msdn.com/coding4fun/kinect/Microsoft-Robotics-Developer-Studio-4-Beta-Gets-Kinected
[MRDS] Microsoft Robotics Developer Studio 4 Beta is here and … #Kinect is also here too !!!

como Luis ya ha escrito algo de Team Foundation 11 hoy y Rodrigo ha hecho promoción de un evento de ALM; hoy paso de herramientas y gestión y sacamos el lado friki que hoy viene con todo.
Por un lado la Beta de Microsoft Robotics Developer Studio 4, que en este caso es novedad intersante ya que es la primera versión que viene integrada con sl SDK de Kinect. Ahora bien, como el software no lo es todo también hacen falta unas cervezas este lanzamiento coincide con un hardware dedicado especialmente para trabajar con Kinect: Eddie.
Así a simple vista, es uno de los robots más feos que he visto en los últimos 35 años, pero cuando ves las características que tiene, le empiezas a coger cariño: compaible con Microsoft Robotics, utiliza Kinect para ver en 3D, 100% wireless, sensores de proximidad … vamos que si le ponen un laser o un rayo de la muerte, ya quedamos más contentos que un mono manco.
Para más información:
http://channel9.msdn.com/posts/A-Look-At-Robotics-Developer-Studio-4-Beta
http://www.microsoft.com/robotics/
Saludos @ Here
El Bruno
Fuente: http://channel9.msdn.com/coding4fun/kinect/Microsoft-Robotics-Developer-Studio-4-Beta-Gets-Kinected






SocialVibe