[#VS2013] HowTo: Debug an external EXE file and some bonus track

Hi! Today I have to use some part of my memory skills to remember how to debug an external exe file in Visual Studio. For this task I usually use WinDbg, however this scenario must be easier than that. So a couple of steps for thos: 1. Open Visual Studio 2. Menu β€œFile // Open…… Continue reading [#VS2013] HowTo: Debug an external EXE file and some bonus track

[#LEAPMOTION] HowTo: Show the number of fingers ever the Leap

Hello! Today is going to be a quick post, I’ll change the console app for a WPF app to work with the Leap Motion. In this app, I’ll show how a gesture is detected by the sensor in addition to the amount of active fingers over the sensor. For this example I’ve used some information…… Continue reading [#LEAPMOTION] HowTo: Show the number of fingers ever the Leap

[# VS2012] There are many rumors about VS2012 and WP but less news than on the location of Atlantis

Buenas, Disclaimer: When I wrote this post I was not at my 100% mental level. Thanks to @wasat I got more information and I still wait for some cool tools I do not understand very well that are passed by the head to our friends of MS with regard to development of Windows 8, Windows…… Continue reading [# VS2012] There are many rumors about VS2012 and WP but less news than on the location of Atlantis

[RESHARPER] HowTo: Dynamic add references based on the typed code

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…… Continue reading [RESHARPER] HowTo: Dynamic add references based on the typed code