-
[#VS11] Microsoft Feedback Client (II)
Buenas, in the post yesterday I presented the 2 ways in which Microsoft Feedback Client can launch voluntary feedback mode requested mode From the second stage today we will see capabilities gives us this tool. Once launched the tool, we can see that the same presents us with 3 phases of work in sequential order:… β read more
-
[#VS11] Microsoft Feedback Client (I)
Buenas, as long that not writing anything new on Visual Studio 11, now I give a review to Microsoft Feedback Client It seems to me that there will be one or two posts on the subject so create you its corresponding TAG in the blog. But first thing first, what is this? As well it… β read more
-
[#VS2010] Error working with ASP.NET MVC and IIS in Windows 8
Buenas, today was about to begin work on a brand new project of ASP.NET MVC in my Visual Studio 2010 on Windows 8, when I came across the following: βββββββββ Microsoft Visual Studio βββββββββ ASP.NET 4.0 has not been registered on the Web server. You need to manually configure your Web server for ASP.NET 4.0… β read more
-
[#KINECTSDK] Kinect SDK 1.5 and Developer Toolkit Released!
Buenas, letβs go with one of the good news of the day: The Kinect 1.5 SDK and developer Toolkit have been released. In this case the download is split into these two components where it is no longer necessary to install the SDK with all the samples, but that if we are developers, because we… β read more
-
[# VS11] May I work on the same project with Visual Studio 2010 and Visual Studio 11?
Buenas, First we go with the answer to the question: If. It is possible to work on the same project with Visual Studio 2010 and Visual Studio 11 . Now a little it more than details based on the experience of the past half year. With the arrival of Visual Studio 11, again we see… β read more
-
[#VS11] HowTo: Include and des serialize a XML file in a #METRO application
Buenas, today touches give an example of fairly simple code, but that can bring you a couple of headaches if you don’t know where to start. The idea is simple: Include an XML file in a METRO application and des serialize it to work in an application. This seems so simple, is complicated somewhat by… β read more
-
[# WP] HowTo: Install Microsoft.Xna.Framework reference for Windows Phone development in # Windows8
Buenas, I am not a developer of Windows Phone applications, so are the cracks (@ RafaSermed or @ JosueYerayfor example), but since I have Windows 8 installed as main working platform, because I missed in face to finish a few touches to an application of WP. Now that we have the Windows Phone SDK 7.1.1… β read more
-
[# VS11] NUnit plugin updated (Yahooo!)
Buenas, today I was watching / updating a little code viejuno where used NUnit as a framework for my testing unit and clear, as we are now using 100% Visual Studio 11 development, so I decided to use the plugin to NUnit. The good thing about VS11 is that it allows to use different plugins… β read more
-
[#VS11] Windows 8 and the Speech Recognition are brutal enemies when you are developing #METRO applications
Buenas, today is Iβll try to share an experience of a typical Friday. Almost at the end of the development of a METRO application (cool not?), and doing a couple of tests in environments like laptops, tablets, touch. When I try some configurations and tests in the emulator I find the following error: Note: if… β read more
-
[#RESHARPER] ReSharper 7 EAP for Visual Studio 11 expired? Not problem
Buenas, If you has expired the trial of the EAP of 7 ReSharper for Visual Studio 11 and when you open Visual Studio you are with You’ll see that the link proposes to upgrade to a new version does not work. So the best thing is to uninstall 7 Resharperhandmade from "add and remove programs"… β read more
-
[#VS11] Some colors are back in Visual Studio 11
Buenas, and it is that about VS11 Beta was somewhat intolerable. A little more bland and it was like chewing wet cardboard. Now it seems that we will have a Carnival of colors that help us think seriously if both work with redial blue not burn us the vista for the next RC. In the… β read more
-
[# VS11] Test Scribe now with support for Microsoft Test Manager 11
Buenas, Quick note so I will not forget about this: Test Scribe. that extension that lets you generate documentation from Microsoft Test Manager information, now supports working with Visual Studio 11. By the way, and if you did not know, the tool is created and supported by the Visual Studio QA team Download: http://visualstudiogallery.msdn.microsoft.com/85b8215f-263f-4d1f-822b-307de339af38 Saludos… β read more
-
[#OPINION] From Programmer to Manager, what has happened to my.
Buenas, today I hit him a push and I finish the post Meanwhile AVE, travel and showrooms of innovation, I don’t have much time. A couple of days Juan Quijano (@ jc_quijano) and Alvaro Roca published a series of articles where talked about the pros and cons of the path "of programmer to Manager". I… β read more
-
[#KINECT] Angry Mouse … ;)
Good. If I were a mouse or mouse would be quite angry / upset / angry or whatever you want in your land. Now comes a device more or less β¬100 expensive called Microsoft Kinect that aims to replace me and dethrone me in the world of computers. But of course, the anger / anger… β read more
-
[# TFService] A couple of good news
Buenas, thanks to the great Brian Harry now we can make public some of the new features incorporated the other TFS > Team Foundation Service (for me is still and unfortunate choice of name). On the one hand we have an interface much more "touch friendly", meaning that if you want to control the TaskBoard… β read more
-
[# VIDEO] Magic with Kinect (augmented reallity)
Buenas, After a couple of hours playing Kinect Star Wars with Valentino, hurts body parts that did not know. So this week is a bit of return to ALM, because I start a video that has absolutely nothing to do with ALM, but that is impressive in what refers to deployment of assets. Link: http://youtu.be/C4pHP-pgwlI… β read more
-
[#KINECTSDK] Kinect Missile Launcher (V): Video and source code
Buenas, First we go with the links of the series Identifying the Missile Launcher Moving the Rocket missile launcher Another wayt to find out the values to work in C# with the rocket launcher Using the Rocket Launcher with Kinect Video and Source code And now a video of 30 seconds where I show you… β read more
-
[#KINECTSDK] Kinect Missile Launcher (IV): Using the Rocket Launcher with Kinect
Buenas, today already we will create an application that allows us to control the Lance missiles using Kinect gestures. For this I have thought of the following controls The right hand controls the direction of the Lance missiles. You can go to the right, left, up or down. The left hand controls the firing of… β read more
-
[#KINECTSDK] Kinect Missile Launcher (III): another way to find out the values to work in C# with the rocket launcher
Buenas, as I have received several questions about how to interpret the input buffer and output USB devices, will leave an easy way of doing this. Personally, I use the technique of the trial and error; but of course, this brings you many problems head and best work with some low level language (C# sucks!).… β read more
-
[#KINECTSDK] Kinect Missile Launcher (II): moving the rocket missile launcher
Buenas, In the post yesterday explaining how to work with a HID device. Today we will see how to work with it, sending information to the device. The first thing we must do is decide that library will use to work with a HID device. In my case I will use one that works pretty… β read more