-
[#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
-
[#WINDOWS8.1] HowTo: Add or remove the option of power in the Start Screen
Hello! While I have a virus in my stomach that won’t let me be more than 5 minutes at the computer without start feel dizzy, I’m going to rescue a post that I have in draft mode for a while. This one is to enable or disable the menu with the options of POWER in… — read more
-
[#VS2013] HowTo: Connect to a #Bluetooth device using PIN (thanks #32feet!)
Hola! A couple of days ago I wrote a post and I explained how to list the Bluetooth registered devices using 32Feet.. However to have a more complete scenario I must add some other stuff like: 1. Connect to the Bluetooth device 2. Read information from the Bluetooth device 3. Send information to the Bluetooth… — read more
-
[#SIGNALR] Error: Html client does not raise OnConnected() method on Server Hub
Hola! And nor more SignalR stuff. Today is an issue, a tricky one. When in an HTML app the signalR html client does not raise the OnConnected() event on the hub. Sometime ago I wrote a post with a patter to deliver different set of messages to different groups of clients in the same hub..… — read more
-
[#SIGNALR] FIX: #WindowsPhone and the delayed messages (goes slow slow slow the delivery of messages in WP)
Hello! SignalR is a platform to real time communications. When you begin creating apps go like a shot, and the truth is that the level of abstraction that gives you is great. Customers .net having to WPF, Win8 and Html work seamlessly, however (isn’t a but) If you think app Windows Phone (8.1 for example), you can find… — read more
-
[#HUMOR] Design Patterns explained with beer
Hello! If you share a beer, everything is better. Even in software design …. Come on, share a beer with a developer today !!! Source: http://geek-and-poke.com/geekandpoke/2014/5/31/the-geekpoke-pattern-weekend Saludos @ Home El Bruno Google — read more
-
[#NUGET] FIX: One or more packages could not be completely uninstalled. Restart Visual Studio to finish uninstall
Hello! When I remember my first days programming with the amazing COM dlls and DLL Hell, the arriving of .Net was the best thing that could happen to a lot of developers. However, when some projects became more complex, the management of dependencies also became a little more complicated and that’s why in the path… — read more