-
[#VS2013] File nesting extension for Visual Studio
Hello! Visual Studio does an excellent job gathering files from most common projects. A WFP C project # groups XAML files and way XAML.CS for Panel Solution Explorer only see a grouped item. What you see in this way, in the File system actually in Solution Explorer are several files. This grouping of files (file… — read more
-
[#VS2013] Team Explorer Auto Associate Merge
Hello! a couple of weeks ago this extension would have saved me many headaches and tons of time. It basically allows you to do a merge of 2 changesets directly from the Team Explorer panel. That seems rather simple, but when you get to do it several times since the merge menu, you find yourself… — read more
-
[#VS2013] Team Explorer Auto Associate Merge
Hola ! hace un par de semanas esta extensión me hubiese ahorrado bastantes dolores de cabeza. Básicamente lo que hace es permitr hacer un merge de 2 changesets directamente desde el Team Explorer. Esto que parece algo simple, cuando te toca hacerlo de manera repetitiva varias veces desde el menu de merge, pues te termina… — read more
-
[#TFS] New version of the Virtual Machines to try Visual Studio ALM
Hello! once more time, the great Brian Keller has updated the virtual machines with Visual Studio ALM (Visual Studio + Team Foundation) so that we can try some of the new features released every 3 weeks into the suite. The total number of Hand On Labs is now 24, where there are some very interesting… — read more
-
[#TFS] Nueva version de las Virtual Machines para probar Visual Studio ALM
Hola! una vez más el gran Brian Keller ha actualizado las virtual machines con Visual Studio ALM (Visual Studio + Team Foundation) para que podamos probar las nuevas funcionalidades que se liberan cada 3 semanas. El total de Hand On Labs ahora es de 24, donde hay algunos muy interesantes como por ejemplo Getting Started… — read more
-
[#RESHARPER] R# and INotifyPropertyChanged, really cool !!!
Hola! Desde hace un par de días tengo este post en modo draft así que hoy voy a darle salida. Y primero lo primero, un pequeño, una imagen/video con una funcionalidad realmente cool de ReSharper Si bien ya había escrito hace un tiempo sobre la capacidad de R# para implementar esta interfaz, como se puede… — read more
-
[#ALM] Visual Studio ALM leader in Gartner Magic Quadrant
Hola !! como bien comenta Brian Harry en su post, un año más Visual Studio ALM está entre los líderes en el Magic Quadrant de Gartnet para herramientas de gestión de ciclo de vida de desarrollo de software. El documento oficial se puede descargar desde aquí; y lo más interesante es que esta evaluación se… — read more
-
[#VS2013] HowTo: Create codesnippets in 1 click!
Good! Today I answer a question that I get in one of the latest webcasts. In this webcast I have prepared a couple of portions of code in the IDE’s Toolbox, later I use them to create a demo online, and someone asked me how to do this. The truth is that it is pretty… — read more
-
[#VS2013] HowTo: crear codesnippets en 1 click!
Buenas! Hoy me toca responder a una pregunta que me hicieron en uno de los últimos webcasts. En el mismo tenía preparado un par de porciones de código en la Toolbox del IDE para crear una demo online, y alguien me preguntó como se hacia esto. La verdad es que es bastante fácil, solo necesitas… — read more
-
[#RESHARPER] R# in VS2013 but not in VS2012? OMG!
Hello! While I was preparing the materials for Arduino today and Netduino webcasts, I found out that I only had enabled ReSharper in Visual Studio 2013, not in Visual Studio 2012. This is normal, since the order of installation was the following Visual Studio 2013 ReSharper Visual Studio 2012 Then of course, my first idea… — read more
-
[#RESHARPER] R# en VS2013 pero no en VS2012? #What!
Hola! pues eso, que mientras preparaba parte de los materiales para los webcasts de Arduino de hoy y de Netduino de mañana, me di cuenta de que tenía habilitado ReSharper en Visual Studio 2013, pero no en Visual Studio 2012. Esto es normal, ya que el orden de instalación fue el siguiente Visual Studio 2013… — read more
-
[#EVENT] Webcasts sobre #Netduino y #Arduino con Visual Studio con #MSDN
Hola! ahora que ya ha pasado la fiebre de los bigdevices (SurPro2, XBox One, etc), y que ya tenemos disponible oficialmente Visual Studio 2012; me pongo de nuevo con los small devices. Los amigos de MSDN Latam, me han dado la oportunidad de poder hacer un webcast donde contaré mis experiencias con ambas plataformas. Lo… — read more
-
[#WP8] Error instalando el #SDK
Hola! hoy me encuentro con uno de los errores que demuestran que inclusive en un gran y burocrático mecanismo como Microsoft, se pasan de largo algunos detalles de andar por casa. En mi caso estoy por instalar el SDK de Windows Phone 8 y me encuentro con un agradable error: “A required certificate is not… — read more
-
[#VS2013] HowTo: Usar #BingMaps para #Win8 apps con Visual Studio 2013 (sin tener que utilizar VS2012)
Hola, hace un par de días escribí sobre lo complicado que es trabajar en Visual Studio 2013 con proyectos de Windows 8 Store apps. Con casos como el de Bing Maps, esto se complica más aún. Ahora bien, si bien sigo necesitando un laptop con VS2012 para crear el proyecto para Windows 8, luego ya… — read more
-
[#VS2013] HowTo: change the settings of Remote Debugging in projects #Windows8
Hello. The option of remote debugging in Windows 8 is quite useful. However, changing the initial settings is a bit complicated and not very intuitive. Here is an example, when you change a the debug mode in a project to “Remote Debugging”, the form will appear In this view you can manually set an IP… — read more
-
[#VS2013] HowTo: cambiar las settings de Remote Debugging en proyectos #Windows8
Hola. La opción de depuración remota en Windows 8 es bastante útil. Sin embargo, cambiar la configuración inicial es un poco complicado, y no muy intuitivo. Veamos un ejemplo, cuando cambias el modo de depuración de un proyecto a “Remote Debugging”, te aparece el siguiente formulario En esta vista podemos definir manualmente una IP para… — read more
-
[#RESHARPER] Very fast implementation of INotifyPropertyChanged with #ReSharper
Hello! If you have ever worked with WPF, Silverlight, Windows Phone or Windows 8 (and its updates), surely you know the interface INotifyPropertyChanged. Therefore yesterday creating classes on the fly, I find ReSharper helps us a lot if we work with this interface. First we can implement the interface with a single click and then… — read more
-
[#RESHARPER] INotifyPropertyChanged de una forma muy rapida con #ReSharper
Hola! Si has trabajado con WPF, Silverlight, Windows Phone o Windows 8 (y sus actualizaciones), seguro que te suenta la interfaz INotifyPropertyChanged. Seguro que si además has creado clases POCO, te habrás encontrado con la necesidad de implementar este esquema de notificaciones para cada campo de tu clase. Pues, ayer creando clases on the fly,… — read more
-
[#VS2013] AddIn: Start the IDE with admin privileges, medium privileges, etc.
Hello. If you work with Windows 8 or Win 8.1 applications, for sure you may have noticed that you require special privileges to launch the emulator. If you also want to attach to your IIS server, you will get some strange errors. In any of this scenarios, you need to start the VS IDE with… — read more
-
[#VS2013] Can I use VS2013 to create Windows 8 apps? (yes, but …)
Hello! I will share with you a strange scenario with Windows 8, Windows 8.1, Visual Studio 2012 and 2013 de Visual Studio. In general, most development tools have backwards compatibility, That’s why I assume that it is possible to use VS2013 to create Windows 8 apps, but you can not create apps Windows 8 with… — read more