-
#VS2015 – InkToolbar, add a Toolbar to an #InkCanvas with one line of code! #VSGallery
Hola! Visual Studio 2015 extensionâs Friday. While I finish preparing the logistics to travel with ,my family to London watch a rugby match, I’ll rescue this quick post from the drafts folder. In this one, the content is not an IDE extension for Visual Studio. This entry is for a control which adds, with just… â read more
-
#HOLOLENS – SDK available for #USA and #Canada at only $3000!
Hola! Today our Microsoft friends make some very interesting announcements from New York. The new Surface Pro 4 and the Surface Book, deserve a separate post. However, what I want to emphasize is the following The development of Hololens kit will be available in the first quarter of 2016 Only for USA and Canada You have to prepare… â read more
-
#INNOVATION – The importance of the speed in fight
Hola! i guess that everyone with an similar to me, will have Bruce Lee among his idols. As a child, every time I watched his movies it was an amazing time. When you see his films today, you have to get a special chip to be able to relive those moments. However nowadays, the Bruce Lee-s story is… â read more
-
#HUMOR – In case of fire / en caso de incendio #GIT
Hola Simply great git commit git push leave building Saludos @ Madrid -El Bruno References Source https://imgur.com/u7zqaod â read more
-
#VS2015 â How to use #Azure #Mobile Engagement and #UserControls
Hola! Implement Azure Mobile Engagement is based on 4 simple steps Create your Azure application and build your connection string Add the NuGet package to your application (if Windows 10 Universal, here’s the hack) Initialize the listener at the beginning of the app Change the inheritance in your Page views by Microsoft.Azure.Engagement.EngagementPage This last step… â read more
-
#VS2015 – PostHaste, share your code snippets with just one click! (to a #Raspberry Pi ;) #VSGallery
Hola! Today is Visual Studio 2015 extension friday’s one more time. You surely know PasteBin or GistHub, as repositories for code snippets. Today, thanks to this extension, I added one more to the list: HasteBin. The operation of the extension is very simple: Select a portion of code Display the context menu and select Post Haste This… â read more
-
#AZURE – How to use Azure Mobile Engagement in #Windows10 apps #NotOfficial
Hola! A few hours ago the final version of Azure Mobile Engagement was released. Another cool Azure service: Azure Mobile Engagement is a platform that is offered as SaaS (software as a service) which allows Analyze the user behaviors in mobile applications Segmenting users in real time and history analysis Analyze the users by functionality or by behavior Interact with users through notifications… â read more
-
#VS2015 â Free Virtual Machines with Visual Studio 2015 and #TFS2015 for demos and for learn !!!
Hola! These are rugby days and also with few time to write long posts. I also have to finish the details for my trip to London to see Los Pumas !!! So, I’ll create a note (as a blog post) to share the latest version of Visual Sfudio 2015 ALM virtual Machines. There was a… â read more
-
#WINDOWS10 â #IoT Kit for #Raspberry Pi 2
Hola! Great news for the makers community. Specially for those who wants to try the new Windows 10 IoT Core. Microsoft y Adafruit make an agreement to create and distribute an IoT Starter Kit for Windows 10 and  Raspberry Pi 2. With two main editions – Raspberry Pi 2 included at 114.95 (link) – Raspberry Pi 2 not included at 39.95… â read more
-
#VS2015 – Timer for #Xamarin Forms? you’ve got some options to choose
Hola! If you also like to live on the edge, you probably also like a lot to deal with performance issues in your applications. One of the best ways to accomplish this is to add a bad management of concurrent tasks or deal with threads in the wrong way. If you don’t know much about… â read more
-
#INNOVATION – How #diversity can be used as an engine fostering creativity (the good diversity)
Hola! Today the idea that diversity embrace creativity is accepted, and also that diversity can be used for the emergence of new ideas. In a team or company, if you push for more plurality of ideas, youâll find a creativity-oriented culture. To get more information, an excellent resource is [Where do new ideas come from?]… â read more
-
#INNOVATION – Teach to solve problems, not to use tools
Hola! In many people who I admire I usually find a very agile mind, which enables them to solve problems in a natural way. This usually occurs in those people who are deep experts in a special topic, and they are also constantly adding new knowledge to their skills. This type of people are formally… â read more
-
#VS2015 – #Arduino IDE for Visual Studio 2015 #VisualMicro
Hola! Today again is Visual Studio extensions Friday. Today extension is a great one: “Visual Micro for Visual Studio 2015“. There is an update for this one today, and this weekend is going to be some Arduino work, so letâs go for it. I’ve written several posts about Visual Micro. Iâve got be honest: if… â read more
-
#VS2015 – Some lessons learned working with #Android and #WindowsPhone Virtual Machines for development
Hola! The development experience using Visual Studio 2015 creating apps for Android or Windows Phone is amazing. Until you get to a point where you need to work with Bluetooth, the you realize that the emulator does not support this feature and you need to find a workaround. So far the best alternative option Iâve… â read more
-
#INNOVATION – Back to the basis, or how can great ideas fall through due its high complexity
Hola! There is a moment in the LEGO history, that fascinates me. During some complicated years for LEGO as company, one of the policies which driven the organization, was try to copy models which are profitable for the company. Among those models were the LEGO RCX set (then LEGO Mindstorms). The basis of these sets… â read more
-
#VS2015 – Pull Request from VS IDE ? in the near future …
Hola! For sure, you already know what is a Pull Request. For the ones working with Git, is a key piece for the collaboration process. The most basic definition could be: A user requests that the changes made in a fork of a repository, are implemented in the original repository. GitHub Pull Request interface Is… â read more
-
#VS2015 â Icon Generator for #Xamarin Android app
Hola! All developers knows  that you must spend some time to ensure the usability in an App. A good app, with a poor user experience, is going to fail for sure. This topic is huge and those who knows have written tons of materials about it. Also, I’m quite lazy, so I won’t write about this. Caution!, being lazy is on of the top… â read more
-
#INNOVATION – 4 tips for working as a #StartUp within a large #organization
Hola! Raise in a large company with startup or agile mentality is not always easy. If the company has thousands of employees and several years of experience, youâll often find a middle and upper Management layer who always try to use the âknown formulasâ to lead teams. This is not a problem (as my mother… â read more
-
#VS2015 – Create a #Vsix installer for the Delete all comments in a file with #Roslyn sample extension
Hola! Some people asked about how hard is to create an Installer for the simple in the post â#VS2015 â Delete all comments in a file with #Roslynâ. Is very easy, so I´ll write a couple of posts with the answer to the question and also later, on how to publish this one to the… â read more
-
#VS2015 – Associate Recent WorkItems, very useful extension if you perform #CheckIn actions again and again with the same WorkItem
Hola! Again Visual Studio Extension Friday. Todayâs extension is very useful when you perform Check-ins associated to the same WorkItem again and again. I learn the WorkItem id number, and I quickly add it into the Pending Changes panel, or can search for the WorkItem using a WorkItem Query. Anyways this extension make the CheckIn… â read more