-
[#KINECTONE] #KinectStudio in the refresh of #KinectSDK V2 (cool!)
Hello! These days, a new release of the SDK for Kinect One has been released. There were many requests in the backlog, and the product team has decided to go for productivity. This version includes a version of Kinect Studio for Kinect One If you have worked with Kinect SDK 1.7 or higher, for sure… — read more
-
[#VS2013] DGML Power Tools
Hello! Do you remember my posts about DGML? It has been some time since those posts, and even if the technology was great within the IDE, today is used only by very few extensions like the Architecture Explorer. So, today I find this extension for Visual Studio that adds some interesting options if you work… — read more
-
[#EVENT] Now #Conding4Fun in #Gusenet
Hello! So that’s it, after the premiere of a #Coding4Fun session a few days ago in the MVPOpenDay, now I take the devices to Torrejón and I’ll repeat the session with all my Gusenet friends. In the session, some contents will be similar, however I will add a big improvement: I’ll be on stage Valentino… — read more
-
[#EVENT] Software Testing with Microsoft Test Manager and Lab Management for MSDN LATAM and EALA (and a great cospeaker!)
Hello! On Thursday afternoon, friends of MSDN LATAM give me the opportunity to talk about one of the products that has most evolved within the suite of Visual Studio ALM: Test Manager & Lab Management . The official registration can be done here, and also premiered schedule so that they can connect from MSDN Latin… — read more
-
[#EVENT] Link to download the materials I0ve used in the #Coding4Fun event for the #MVPOpenDay
Hello! As always, after a great session, I’m going to share the slides used in the session. 2014 03 21 – MVPOpenDay Coding4Fun from Bruno Capuano To expect too much of the slides, I used only as reference, it just got some photos of Valentino and Martina. Also myself with with robots and parts of… — read more
-
[#VS2013] HowTo: Share Toolbox Code Snippets (not the usual code snippets)
Hello! Do you remember the post where I talked about how to generate Code Snipets and store them in the IDE Toolbox? If you do not remember, a 5 second video resume: There is a moment in every developers life when dev buddy asks you to share these code snippets. The way to do it… — read more
-
[#VS2013] HowTo: Reset the IDE Toolbox in BadAss mode
Hello! Today’s tip is only for the brave and bold, in wrong hands it can leave to a non working dev environment, so feel free to stop read right now. Ok, you’re brave and bold, let’s move on. If you want to reset the Toolbox controls, you have the the option “Reset Toolbox” in the… — read more
-
[#VS2013] Why, in Gods name, why! you are not using Clipboard Ring?
Hello! At the time of writing this post, I really can’t remember in which version is the Clipboard Ring first introduced in Visual Studio? (InterDev?) I think it has always been there and that’s why I’m amazed that there are people who do not know about this feature! In a nutshell the Clipboard Ring is… — read more
-
[#HUMOR] Knowledge, experience and creativity
Hello! Stunning definition of creativity Source: https://twitter.com/Stakesh/status/432505262021160961/photo/1 Saludos @ Home El Bruno Google — read more
-
[#VSONLINE] Team Explorer Everywhere 2013 Update 1, one for the Java folks!
Hello! I’m testing some cool code projects with “non MS Stuff” for my talk in the MVP Open Day “Just4Fun“; but the main idea is not lo leave Java friends outside, so let’s share some interesting news for them related to what’s new in Visual Studio Online. In the latest updates, there are a couple… — read more
-
[#KINECTSDK] HowTo: Display the Depth Sensor feed with #Vitruvius
Hello! After the quick post from yesterday about how show camera with Vituvius feed, today a slight variation on it to show the Feed of the depth Sensor. In this case, the subscription is event DepthFrameReady (line 21) and on line 25 can see how processed the same. 1: using System.Windows; 2: using LightBuzz.Vitruvius; 3:… — read more
-
[#KINECTSDK] HowTo: Display the camera feed with #Vitruvius
Hello! A couple of days ago I wrote a post about Vitruvius, and after this I get a couple of questions about this, so I’ll decide to write a couple of posts to describe how to use Vitruvius. First of all, download the latest version of Vitruvius and build the solution (important: it has references… — read more
-
[#HUMOR] Working late
Hi! Next one is a classic from University times Saludos @ Home El Bruno Google — read more
-
[#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
-
[#ALM] Why not use branches or not do something not useful in your app devs
Hello! Since there are several people who have been amazed with my statement on not to use branches, I better explain this a little more. To do this I’ll share a story which happened to a cousin brother of the brother-in-law of a neighbor, called Paco. -Paco had a request Milagros (his customer) to make… — read more
-
[#KINECTSDK] Vitruvius, amazing library to create KinectSdk apps
Hello! I still accommodating old posts and now it’s time to write some lines about this amazin library to work with KinectSDK: Vitruvius. The reference of the name is great so I won’t go into much detail about this. And if you work with Color, Depth or Skeleton Frames this library makes you life much… — read more
-
[#ALM] One more time, real coders does not use branches
Hello! Some time ago I wrote a post where I that commented use of branches wasn’t a smart choice (actually the post content is much more complex, but people who think that there is a single answer for every problem in the ALM world, understood this and have not seen the photo in a more… — read more
-
[#HUMOR] Coffee levels in the morning
Hi! After 10 very very intensive days in MWC in Barcelona, I learned tons of stuff; however the most important is: be careful with the people in the morning, specially based on their coffee level Now I have to prepare some materials for new travels and next weekend the Kinect BootCamp. Saludos @ Home El… — read more
-
[#HTML5] HowTo: Scan a #QRcode in a webpage using #JavaScript
Hello! Do not ask me why, but now is a time of the day where I have to read a QR code from a Web browser. As I’m obviously not the first nor the last in this need, the first BING search leads me to a great JS library: DWA012 / html5-qrcode . And from… — read more
-
[#VS2013] Bing Code Search! (no, it is not the code search you are thinking right now)
Hello! If you’re a developer, for sure you feel a great illusion when you see the words SEARCH and CODE in the same sentence. Unfortunately, this is another example where you don’t have an integrated search engine of text in the source code repository. However, this extension is very useful. What makes this extension is… — read more