Archive for category Sin categoría
[#AWESOME] Microsoft + Mustang
Publicado por elbruno en MSN, Microsoft, Personal, Sin categoría el 3 abril, 2012
Buenas,
estamos de vacaciones de semana santa y terminando el libro de KinectSDK, con lo que no escribiré mucho sobre tecnología. Aunque lo siguiente merece un post y mucho más.
Este pedazo de Ford Mustang de 1967, ha cumplido un objetivo muy simple:
Intentar meter dentro del mismo, todos los gadgets posibles
Con ese objetivo tan simple, dentro de esta bestia bruta podemos encontrar:
- 2 sensores Kinect en el frente, ¿sensores de aparcar? además de cámaras frontales
- 2 tablets con Windows 7, una de ellas en el tablero del coche para ver los datos propios del coche
- Microsoft Ford Sync, que ya conocemos de antes
- XBox 360 para jugar un poco
- etc..
Pueden ver más datos en el siguiente video: http://youtu.be/zv6vWbteI4M
PD: Aquí tenemos a @JuanLu con la versión 2010 del Mustang cuando lo alquilamos el año pasado en Redmond.
Saludos @ Home
El Bruno
Fuente:
http://channel9.msdn.com/Blogs/Vector/The-400-horsepower-device
http://blogs.msdn.com/b/cdnstudents/archive/2012/03/30/microsoft-mustang-ultimate-machine.aspx
[# TFS11] Visual Studio 11 Alm Demos to use without any Virtual Machine
Publicado por elbruno en Sin categoría el 10 noviembre, 2011
Hi,
while I’m still hitting me with PowerShell (possessed advanced scripting language) I said get out of the drafts a post. On this occasion the great Brian Keller helps us to which they usually go for the presentation in presentation of products in beta.
In these demos, it is important to know the product and "where clicking", but is almost more important to know "where do click". A beta can spoil in seconds and leave us a demo by half… ![]()
Luckily Brian Keller (or some minion) has created a series of demos using DemoMate, which allow us to go through several points of the new capabilities of Visual Studio 11 ALM.
We go with the list:
Online:
Agile Project Management in Team Foundation Server 11
Building the Right Software – Generating Storyboards and Collecting Stakeholder Feedback with Visual Studio 11
Diagnosing Issues in Production with IntelliTrace and Visual Studio 11
Exploratory Testing and Other Enhancements in Microsoft Test Manager 11
Making Developers More Productive with Team Foundation Server 11
Unit Testing with Visual Studio 11 – MSTest, NUnit, xUnit.net, and Code Clone
Offline: (gets installed locally on your computer)
Agile Project Management in Team Foundation Server 11
Building the Right Software – Generating Storyboards and Collecting Stakeholder Feedback with Visual Studio 11
Diagnosing Issues in Production with IntelliTrace and Visual Studio 11
Exploratory Testing and Other Enhancements in Microsoft Test Manager 11
Making Developers More Productive with Team Foundation Server 11
Unit Testing with Visual Studio 11 – MSTest, NUnit, xUnit.net, and Code Clone
Greetings @ Home
The Bruno
Source: http://blogs.msdn.com/b/briankel/archive/2011/10/16/demomates-for-visual-studio-11-alm-demos.aspx
[# MTM11] Microsoft Test Manager 11: welcome Exploratory Testing (I)
Publicado por elbruno en Sin categoría el 24 septiembre, 2011
Good,
today I have to change the tool and after talking Visual Studio 11 and Team Foundation 11, today give a review of the 3rd suite tool: Microsoft Test Manager 11. (in reality with VS11 there are several more, but we split).
One of the novelties that are incorporated in this version is the ability to perform “Exploratory Testing” (don’t know what the simile in Spanish). This type of test is implemented when it was decided to test an application without guided by a test script.
Thus evidence (which is not the classic test of the mad monkey) is very useful when you work in very agile iterations, with phases of design and implementation that will be maturing as it advances the product.
The interesting thing about exploratory testing (does not like me the term), is that then we can associate them to one or more WorkItems to thus give rise to what we already know about ALM and Team Foundation. For example, if we work with a history of user with the following information:
As a < code monkey > I want < a code editor tool > so that < I can’t write awesome code >
and we started a session of exploratory testing associated with that User Story, because the errors that we find be automatically associated to the US.
Let’s see an example with my user previous story which is the number 4. When I launched MTM11, I see in the TEST section I have an option “do exploratory testing”, well, we launched and see that we have the option of selecting the User Story with which we work.
At this point, we launched the exploratory testing option and we are with the sidebar of MTM to start our tests, but without any test script.
At this point I can create, bugs, test cases, or even associate this test screenshots or additional information such as comments.
To give meaning to this test, I launched the notpad and I started to program in it.
But of course, I have found with lack of uná option “BUILD” in notepad, so I reportaré a BUG. An interesting detail at this point, is that this type of evidence, leads a full log of actions to be able to report them.
But it is also possible from the actions that we have done, we need create a Test Case. In this case, we take the option to Create Test Case and we will have a script of tests with the actions that I made.
When we have created these related elements, since we can see them in the log of actions of the MTM sidebar.
Finally, since our test without script we created a new session of Exploratory Testing.
We can then return to the same
or even see the other elements we have created.
And just out of curiosity, this is the ActionLog you created for my MTM
- Launch ‘% windir%\System32\notepad.exe’
- Type the following paragraph in ‘Unknown Name’ text box
- ‘ public class Demo()
- ‘ in the window ‘Untitled – Notepad’
- Type ‘ Alt, Control + “in ‘Unknown Name’ text box”
- Type ‘ Alt, Control +?’ in ‘Unknown Name’ text box
- Type the following paragraph in ‘Unknown Name’ text box
- public class Demo()
{
}’ - Type ‘{Up} {Right}’ in ‘Unknown Name’ text box
- Click ‘File’ menu item
- Click ‘File’ – > ‘Save As…’ menu item
- Click ‘Favorites’ – > ‘Desktop’ tree item in the ‘Save As’ window
- Click ‘Favorites’ – > ‘Desktop’ tree item
- Click window numbered 2 in ‘Explorer Pane’ pane
- Select ‘demo.cs’ in ‘ File name:’ combo box
- Type ‘{Enter}’ in ‘ File name:’ text box
- Click ‘View’ – > ‘Status Bar’ menu item in the window ‘ demo.cs – Notepad’
- Type ‘ Control + {F11}’ in ‘Unknown Name’ text box in the window ‘Untitled – Notepad’
It is also possible to exploratory testing, without involving any User Story, we leave it for another post.
Greetings @ Home
The Bruno
[TFS2010] TFS Build Extensions Released! (still being complicated)
Publicado por elbruno en CodePlex, Sin categoría, Team Build 2010, Team Foundation Server el 5 julio, 2011
Good,
If you are thinking about extending the capabilities of Team Foundation Server 2010Build, surely you will find some glitches in the road (being politically correct at the time said, because it is a stack of problems at the very least).
As well, the tfs build extensions have arrived to solve such problems. For example, there are activities to run code (code metrics) metrics, create ZIP files, execute commands of RoboCopy, etc.; We are going there all in apothecary.
Highly recommended to give a back and a look to access and provide feedback on the official site of CodePlex:http://tfsbuildextensions.codeplex.com
Greetings @ Home
The Bruno
Download: http://tfsbuildextensions.codeplex.com
[EVENT] The LightSwitch event materials + Azure + ZeroCode
Publicado por elbruno en Azure, Event, Sin categoría, Visual Studio 2010 el 5 mayo, 2011
Good,
then I leave a link to the presentation that we carry out this morning with Juan Luis on Visual Studio 2010 LightSwitch and Azure in microsoft Office.
Visual Studio 2010 Ligthswitch + AZURE + Zero Code
- Share this:
- Share
[RESHARPER] HowTo: Dynamic add references based on the typed code
Publicado por elbruno en Sin categoría el 18 abril, 2011
Buenas,
otro tip de los buenos de ReSharper, en este caso que nos ayuda a ahorrarnos los 5 clicks o 15 segundos necesarios para agregar una referencia en un proyecto. Supongamos el siguiente escenario:
- Proyecto de biblioteca de clases llamado ClassLibrary1, con una clase llamada Class1.
- Proyecto de biblioteca de clases llamado ClassLibrary2, con una clase llamada NewClass.
En la clase NewClass escribimos el siguiente código y esperamos la ayuda contextual de ReSharper sobre la línea con la declaración y la referencia a Class1. Como se puede ver en la imagen, además de las típicas propuestas de crear una variable local, un parámetro, etc; ahora también tenemos una opción que agrega una referencia al proyecto ClassLibrary1 y luego nos permite utilizar el tipo Class1.
Esto no solo aplica a las referencias entre los proyectos de una solución. Si por ejemplo, declaramos un tipo del modelo de objetos del cliente de Team Foundation Server 2010 para Visual Studio 2010, también podremos ver como nos propone agregar una referencia dinámicamente al tipo Microsoft.TeamFoundation.Client.
Aunque, cuidado que este segundo ejemplo tiene trampa > ReSharper no es lo suficientemente inteligente para conocer TODOS LOS ENSAMBLADOS, sino que infiere el tipo a referenciar ya que una de las referencias del proyecto actual tiene esa referencia, en el ejemplo anterior, la referencia a ClassLibrary1 desde ClassLibrary2, permite importar las referencias del primero hacia el segundo
Otro +1 para ReSharper ![]()
Saludos @ Home
[TEAMBUILD] Team Foundation Server Build Power Extensions (ayuda para acceder al lado oscuro)
Publicado por elbruno en Sin categoría el 13 febrero, 2011
Buenas,
así como hace unos días comenté que las Team Foundation Server Power Tools nos pueden ayudar mucho en el trabajo diario en el file system, las Team Foundation Server Build Power Extensions, cubren la parte relacionada con la compilación y análisis de información para mundos no relacionados con MSBuild.
Vamos por partes que este pack de extensiones para MSBuild, es completo completo. Utilizando estas extensiones de MSBuild, podremos compilar proyectos de Ant o Maven 2, pero además nos permitirá publicar los resultados de la ejecución de las pruebas unitarias ejecutadas con JUnit a nuestra base de datos de resultados de TFS. El combo completo lo tenemos cuando utilizamos entornos “no Microsoft” como puede ser Eclipse junto con Team Explorer Everywhere, y las definiciones de compilación de los mismos las ejecutamos en nuestro server TFS.
Como en los próximos días me tocará pegarme con estas herramientas de una forma más seria, seguramente mis posts irán por estos lados … me auto deseo suerte ![]()
Saludos @ Home
El Bruno
Descarga: http://visualstudiogallery.msdn.microsoft.com/2d7c8577-54b8-47ce-82a5-8649f579dcb6/
[MICROSOFT] Microsoft Platform Ready
Publicado por elbruno en Sin categoría el 9 febrero, 2011
Buenas,
http://www.microsoftplatformready.com/spain/home.aspx
He aquí un poco de información oficial al respecto:
Date de alta en Microsoft Platform Ready con tu usuario y contraseña del programa de partners, da de alta todas tus aplicaciones, independientemente de la fase en la que estén (desarrollo, pruebas, producción, etc) y aprovecha los recursos de MPR (recursos de desarrollo, realiza test de certificación, material de marketing, etc).
Si realizas algunos de los test, estos automáticamente volcaran en MPN y podrás asociarlo a la competencia para la que sean válidos.
A parte de ISVs, hay otras competencias que permitirán la certificación de una aplicación para obtenerla en su nivel Silver.
· Application Integration = Windows Server 2008 R2 Platform Ready
· Data Platform = SQL Server 2008 R2 Platform Ready
· Business Intelligent = SQL Server 2008 R2 Platform Ready
· Content Management = Sharepoint Server 2010 Platform Ready (proximamente disponible)
· Unified Communication = Unified Communicatios Platform Ready ( aun no disponible)
Para aquellos que queráis optar a la competencia Gold de ISVs los test que se solicitaran son:
- Certified for Windows Server 2008 R2 o
- Windows 7 Logo Test
Si ya realizasteis el Windows 7 Logo test y queréis optar a la competencia Gold ISVs, enviadme un pantallazo de Winqual con la información de la certificación, para poder solicitar su validación para la competencia.
Saludos
El Bruno
¡Hola mundo!
Publicado por elbruno en Sin categoría el 8 febrero, 2011
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
Entradas de Enero de 2007 www.elbruno.com
Publicado por elbruno en Sin categoría el 7 febrero, 2007






SocialVibe