-
[#WINDOWS10] The new Command Prompt… awesome! ^_^
Hello!!! Windows 10 days it has been my main OS. I.e., I use it on my work laptop and the truth is that it will very well (unless the sombritas end do not convince me). Having said that, like all evolution has things enough good, one of them are new options at the Command Prompt.… β read more
-
[#PEBBLE] HowTo: Get information in a SmartPhone and send it to the #Pebble
Hello! In the post from 2 days ago, I put a small example on how to use the JS files in the world of development of Pebble. This files are executed in the smartphone that is associated with the pebble and today, I’m going to extend the previous example to show how information can be… β read more
-
[#WINDOWS10] HowTo: download and install the Technical Preview of Windows 10 (everyone can ;)
Hello! A couple of days ago the presentation of Windows 10 was made official for everyone. While many people think that you must be some kind of special subscription in order to download and try this version, you only need to follow 3 steps, and you can have access to it. 1 enter and join… β read more
-
[#PEBBLE] How to use a JS file from the pebble
Hello! One of capabilities makes the Pebble, powerful is the ability to execute JS files. This has a bit because it is not actually the smart watch that executes the JavaScript code. It runs on the smartphone which is paired with the pebble. Then to communicate the pebble and the smartwatch have an array of… β read more
-
[#OPINION] GitHub vs VSO? "We want to be where our community is" ;)
Hello! This year I shared very different environments, not only driven by developers, also with business and tech people Yet I still find people who think that Microsoft is a very closed and rigid company, which main focus is to force everyone to use their products. In this cases, I usually share an very know… β read more
-
[#KINECTSDK] Kinect SDK V2 update to version 2.0.1409.10000
Hi! Although not long ago was released the official SDK for Kinect V2, 2 days ago has left an update of it. This update does not have any damning new feature, though if it fixes some bugs and is much more stable. Remember that we are talking about a “public preview” SDK. So now you… β read more
-
[#TEE2013] Java, Git, Linux / MacOS and TFS? of course ;)
Hello! Brian Harry already said this: is incredible the amount of people who doesn’t know Team Explorer Everywhere (TEE). TEE is a plugin written in Java which allows you to work with Team Foundation Server in non usual environments like Eclipse, or even in non Windows platforms like as Linux or Mac OS. In the… β read more
-
[#TFS2013 #VS2013] Update 3 on the test VMs for Visual Studio 2013 and Team Foundation Server 2013
Hello! So that, to follow is the day. In this case with downloads of virtual machines to test Visual Studio 2013 and 2013 Team Foundation Server. A few weeks ago Brian Keller updated them with Update 3 for VS and TFS. Demos them scripts also have been updated to support the Update 3, and there… β read more
-
[#EVENT] Materials and Video for the #Coding4Fun Developer’s Day event
Hello! It’s been a few weeks since I participated in the event on the day of the programmer. It was a beautiful occasion since it allowed me to stand for 45 minutes in virtual form in my hometown: Cordoba Argentina. In the event, the classical materials, a little USB Hacking, Arduinos, Leap Motions, etc. And… β read more
-
[#TFS2012] Problems when you update to TFS2013: use with boards #Kanban #Bug in the #CMMI template
Hello! Almost a year ago I wrote a step by step with an option to have Bugs in the Team Foundation Server 2012 KanbanBoard. (here the post). As at the time of the partitioning powers did me not nor that of guapo, or guess the future; I could not foresee that this not be carried… β read more
-
[#EVENT] Back from Holidays to host events! Via streaming to Argentina and #Coding4Fun in #CodeMotionEs
Hi! Return from holidays and start with events; in both cases on some friki stuff with Kinect, Leap Motion, Arduinos, etc First celebrating the day of the programmer in Argentina with Matias Iacono and a big group of developers. I really like to do the event in live mode, but this time will be on… β read more
-
[#VS2013] Visual Studio 2013 + #SignalR + #Xamarin = true
Hello! So holidays = true; so the posts from today will be short. In this one Iβll show the way we can add support for SignalR inside an Android app. Simpler is impossible. Select the folder “components” of the Android project, deploy the contextual menu and select “Get More Components…” β Within Xamarin Component Store,… β read more
-
[#XAMARIN] Updating #Android emulators to work with #VisualStudio and #Xamarin
Hello! Xamarin Studio 3.0 is an amazing product. The main idea is all the programming is with C#, so if you know C# already have almost a 7% of done . Thatβs because, the programing language is important, but is most important the platform you use to create apps. Going back to Xamarin, I found… β read more
-
[#TFS] Why my Visual Studio goes so slow? It may be because the workspace is in LOCAL mode
Hello! Now it’s nostalgic moment and time for a bit of history with Team Foundation Version Control. Since the release of TFS2012 we have the possibility to create workspaces in two modes: local and server. Local mode, is a kind of “workaround” which allows us to work comfortably offline. Obviously you don’t have as much… β read more
-
[#KINECTSDK] You don’t have #USB3 on your laptop? A #USB3 PCMCIA card can be your friend to use #KinectV2
Hello! In other posts I mentioned how demanding is the new Kinect with respect to the graphics and USBs (here andhere). In my case in particular use a 1 SurfacePro to work with Kinect V2. Although of course, I have the following in my development laptop And of course, give a little penalty does not… β read more
-
[#HUMOR] Google+ everywhere
Hello! Eveywhere, Google try to put G+ everywhere, either in the email or in the hangouts or anywhere β¦ youβll get invitations to get into G+ cicles, or other G+ stuff Source: http://owlturd.com/post/73046688911/google-no-http-i-imgur-com-nk5uweu-png-fb Saludos @ Home El Bruno Google β read more
-
[#RESHARPER] ReSpeller Free: Spell checker PlugIn (Ohhh yeahhhhh!)
Hello! Not being native in a language, can be a problem. After years working with english people I think my english level pretty good (98% of the contact I have with people is in English), however when I have to create a functional or technical document I always requires a 2nd review. After almost 3… β read more
-
[#VS2013] Visual Studio 2013 Update 3 also includes Memory Usage Tool for WPF and Win32 apps (is this cool or what!)
Hello! Some more interesting news included in Visual Studio 2013 Update 3, in this case in order to have a little more than traces on our WPF apps using “Memory Usage Tool“. If you’ve used this tool with Windows Store apps, sure you know its power. If, like me, still keeping apps WPF or Win32,… β read more
-
[#VS2013] Flow, another code search plugin for VS IDE (even better!)
Hello! You remember Bing Code Search? This addin which allowed you to search code on the internet and then insert it into your app C#? (I talked a little bit about the same in this post). Well, Flow is based on the same idea, and feel me that is a little more robust. For example,… β read more
-
[#UNITY3] Finally, UnityVS available for download
Hello! I only a 5 minute gap in front of the computer until a massive headache starts killing me, so thatβs why Iβm making the the post even shorter. So abstract and topic. A few days ago I mentioned that MS had bought the creators of UnityVS, a piece of plugIn that allows you to… β read more