#VS2017 – Lessons learned migrating a UWP App from #Windows 8.1 to #Windows10 and how to replace Geolocation CivicAddress

Hi! If you ever get bored, an 100% interesting activity is to try to update a project that has been closed 3 years ago or more. In my case, I have invested much time during these past days upgrading a Windows 8.1 to Windows 10 App. Here’s a couple of things I’ve learned Visual Studio…… Continue reading #VS2017 – Lessons learned migrating a UWP App from #Windows 8.1 to #Windows10 and how to replace Geolocation CivicAddress

#VS2017 – Lecciones aprendidas migrando una UWP App de #Windows 8.1 a #Windows10 y como reemplazar GeoLocation.CivicAddress

Buenas! Si alguna vez te aburres, una actividad 100% interesante es intentar actualizar un proyecto que se ha cerrado hace 3 años o más. En mi caso, he invertido gran parte de estos últimos días en actualizar una App de Windows 8.1 a Windows 10. He aquí un par de cosas que he aprendido Visual…… Continue reading #VS2017 – Lecciones aprendidas migrando una UWP App de #Windows 8.1 a #Windows10 y como reemplazar GeoLocation.CivicAddress

#Flow – Invocando un Flow desde una ConsoleApp en #CSharp

Hola ! Hace un par de días escribí un post donde comenté como utilizar un trigger del tipo Http Request para poder invocar una definición de Flow desde apps externas (link). Hoy completaré el ejemplo con un poco de código C# para lanzar una instancia del Flow. Comencemos con la definición del Flow. En este…… Continue reading #Flow – Invocando un Flow desde una ConsoleApp en #CSharp

#Coding4Fun – What’s There App, código fuente y ejemplo de uso de #VisionAPI

Hola ! Después del post de ayer, algunas personas me preguntaron un par de cuestiones sobre la App What’s There, así que aprovecharé este post para comentar algunos detalles de la misma. Antes de crear la app, le expliqué a mi niño con un esquema simple, el funcionamiento de la App El smartphone sacará una foto La foto…… Continue reading #Coding4Fun – What’s There App, código fuente y ejemplo de uso de #VisionAPI

#Coding4Fun – What’s There App, source code and #VisionAPI description

Hi! Some people ask me a couple of questions regarding the What’s There App, so I’ll write this post to explain the basic features of the app. I explain to my kid with a simple schema, that the main steps of the app The phone will take a photo with the camera The photo will…… Continue reading #Coding4Fun – What’s There App, source code and #VisionAPI description

#CognitiveServices – Text Analytics API, detección de lenguaje, análisis de sentimiento y más utilizando #Azure

Hola ! Otro ejemplo más para la serie de posts sobre Cognitive Services. En el post de hoy veré la API de Text Analytics: Understanding and analyzing unstructured text is an increasingly popular field and includes a wide spectrum of problems such as sentiment analysis, key phrase extraction, topic modeling/extraction, aspect extraction and more. Text Analytics API is…… Continue reading #CognitiveServices – Text Analytics API, detección de lenguaje, análisis de sentimiento y más utilizando #Azure

#CognitiveServices – Text Analytics API, detect language, sentiment and more using #Azure

Hi ! Another sample for the Cognitive Services posts series. Today’s post is on Text Analytics API, and as always, let’s start with the official description Understanding and analyzing unstructured text is an increasingly popular field and includes a wide spectrum of problems such as sentiment analysis, key phrase extraction, topic modeling/extraction, aspect extraction and…… Continue reading #CognitiveServices – Text Analytics API, detect language, sentiment and more using #Azure

#CognitiveServices – #Bing Web Search API, un repaso rápido y un ejemplo de uso simple con #Azure

Hola ! Sigo con la serie de posts sobre las nuevas funcionalidades que tenemos en Cognitive Services. Hoy es momento de tocar a una de las estrellas de Bing: Search. La documentación oficial la describe de la siguiente forma: La API de Bing Web Search provee una experiencia similar a Bing.com/Search (más en MSDN). La API de Web Search API permite a…… Continue reading #CognitiveServices – #Bing Web Search API, un repaso rápido y un ejemplo de uso simple con #Azure

#CognitiveServices – #Bing Web Search API, review feature and #Azure sample code

Hi ! Today’s post is still on the Cognitive Services new features, and today is for the main Bing feature: Search. Let’s start with the official description from the documentation The Bing Web Search API provides a similar (but not exact) experience to Bing.com/Search (overview on MSDN). The Bing Web Search API lets partners send…… Continue reading #CognitiveServices – #Bing Web Search API, review feature and #Azure sample code

#CognitiveServices – #Bing Autosuggest API, interesante API y de regalo: una App de ejemplo

Hi ! Después de mi post de ayer sobre cómo obtener las claves de App para usar las Cognitive Services APIs, hoy voy darle un repaso a uno de los nuevos servicios: Bing Autosuggest API. La documentación oficial explica muy bien el objetivo de este servicio: La API Bing Autosuggest permite a los partners enviar una parte de…… Continue reading #CognitiveServices – #Bing Autosuggest API, interesante API y de regalo: una App de ejemplo