-
#Tutorial – Como crear un #Amazon #AlexaSkill con Visual Studio 2017, C# y #Azure (3 de N)
Buenas! En el post anterior describir los pasos necesarios para crear un WebSite que interactúe con un Alexa Skill. El siguiente paso es publicar el mismo en Azure. Hay muchos tutoriales sobre como hacer esto, así que no escribiré los pasos necesarios (ver referencias) En mi caso he publicado el site en la siguiente url… — read more
-
#Tutorial – How to build an #Amazon #AlexaSkill using Visual Studio 2017, C# and #Azure (2 on N)
Hi! Well, in today’s post we will see how to create an Azure API App, which we will then use as an Alexa Skill backend that we created in the previous post. Tommy describes in an excellent way how to create a website and prepare him to work with Alexa Skill in this post (link).… — read more
-
#Tutorial – Como crear un #Amazon #AlexaSkill con Visual Studio 2017, C# y #Azure (2 de N)
Buenas! Pues bien, en el post de hoy veremos cómo crear un Azure API App, que luego utilizaremos como backend del Alexa Skill que hemos creado en el post anterior. Tommy describe de una forma excelente como crear un website y prepararlo para trabajar con Alexa Skill en este post (link). Este proyecto utiliza el… — read more
-
#Bots – Error when you update the #NuGet package for System.IdentityModel.Tokens.Jwt on your #MicrosoftBot Application
Hello! For a few days, I was lucky and go back to the great world of Microsoft Bot. In this one, my main task was to update one Bot I’ve created some time ago. The update process is fairly simple. Gisela has written a post where he explains the biggest changes, and otherwise you can always browse ans learn… — read more
-
#Windows10 – Device Portal Wrapper available via NuGet and source code in #GitHub
Hello! Some time ago I wrote about the Device Portal capabilities for Hololens. In my case, there are some key actions like remote monitoring, remote apps deploy and to device restart, which are very useful in my developer day to day. Now is time to say thanks to the Windows Developer team. This is because, the “Windows Device Portal Wrapper” project… — read more
-
#Windows10 – Device Portal Wrapper en #NuGet y #GitHub
Hola ! Hace algún tiempo escribí sobre las capacidades de Device Portal, en especial para Hololens. En mi caso, acciones como el monitoring remoto, la capacidad de desplegar apps y poder reinicar un device, son muy útiles en el día a día como developer. Hoy me entero gracias al blog de Windows Developer, que el… — read more
-
#AZURE – Nuevo componente PCL para trabajar con #AzureIoTHub en #NuGet
Hola! Hoy es día de Build, así que solo un post rápido y útil.El equipo de Azure IoT Hub ha liberado un paquete NuGet con una implementación PCL que soporta Android y iOS (Xamarin), Windows 10 (UWP) y Windows Phone (WinRT) de Azure IoT Hub Client. Asi que, ahora es aún más fácil integrar nuestras apps con el entorno IoT de Azure. Saludos… — read more
-
#AZURE – New PCL for #AzureIoTHub on #NuGet
Hi! Quick one for today. The Azure IoT Hub team has just released a NuGet package with a PCL implementation which supports Android and iOS (Xamarin), Windows 10 (UWP) and Windows Phone (WinRT) for the Azure IoT Hub Client. So, now is even more easy to add some IoT features into our apps. Greetings @… — read more
-
#VS2015 – Enviar tweets desde una app #UWP #Windows10 con #TweetMoaSharp
Hola ! Hace un tiempo escribí un post donde comenté sobre un paquete para trabajar con Twitter desde una Windows 10 Universal App. En ese post comenté también que era una pena que la excelente TweetSharp de Daniel Crenna, no soporte Windows Universal Apps. Ayer actualizando una app con problemas, me encuentro con TweetMoaSharp. Que es… — read more
-
#VS2015 – Observer Pattern the easy way with #NuGet and #CSharp 6 features
Hola! These days I’m dealing with a Winforms app who needs tons of love (Thanks Tori!). I’m slowly addidng some stuff like IoC, and I get to a point where I need to upgrade the current implementation of Observer for a better one. Lucky for us, in Net Framework 4.0 the MS team added the cool IObserver<T> interface, however there is some code… — read more
-
[#VS2015] Some #NuGet new features in Visual Studio 2015
Hello! Right now work with Visual Studio 2015 is a pleasure. Even if the current version “less than a Beta”, it is rather stable and you can use it to work fine. One of the things that I like most in the new IDE, is the new NuGet window which is not modal. For sure, in the past you get… — read more
-
[#VS2015] Algunas novedades de #NuGet en Visual Studio 2015
Hola! La verdad es que trabajar con Visual Studio 2015 es un placer. Si bien está en “menos que beta”, es bastante estable para poder trabajar. Una de las cosas que más me gusta del nuevo IDE es que la ventana de NuGet no es modal. Seguramente en algún momento has necesitado tener abierto la configuración… — read more
-
[#VS2013] NuGet Error: Failed to initialize the PowerShell host. If your PowerShell execution policy setting is set to AllSigned, open the Package Manager Console to initialize the host first.
Hello! Today I’ll go with a and easy-to-fix Visual Studio error. I was fixing some old projects and I find that suddenly NuGet decided to stop working. The error message was pretty clear ‘ EntityFramework 6.1. 1′ already installed. Adding ‘ EntityFramework 6.1. 1′ to BigAndCoolProject. Successfully added ‘ EntityFramework 6.1. 1′ to BigAndCoolProject. Executing script file ‘… \src\packages\EntityFramework.6.1.1\tools\install.ps1′. Failed to… — read more
-
[#VS2013] NuGet Error: Failed to initialize the PowerShell host. If your PowerShell execution policy setting is set to AllSigned, open the Package Manager Console to initialize the host first.
Hola! Hoy toca revisar uno de esos errores fáciles de solucionar. Mientras estaba acomodando unos proyectos “viejunos” en una solución, me encuentro que de golpe y porrazo NuGet decidió dejar de funcionar. El mensaje del error era bastante claro ‘EntityFramework 6.1.1’ already installed. Adding ‘EntityFramework 6.1.1’ to Projectazo. Successfully added ‘EntityFramework 6.1.1’ to Projectazo. Executing… — read more
-
[#HTML] Una de mapas con #Leaflet, #NuGet y #VisualStudio
Hola! hoy necesitaba hacer 2 cosas rápidas con un mapa y como PowerBI era demasiado, me acordé de un post de Alberto donde hablaba de LeafLet, con un mapa con los colaboradores más activos de GitHub. Pues bien después de ver un poco de ejemplos en línea me pude crear mi mapa en pocos segundos.… — read more
-
[#VS2015] Evolution: references, services and now #ConnectedServices! ;)
Hello! If you have some years as developer, for sure you’ll remember the mother or grandmother of a colleague that “has complicated the easy use of references in a development project“. Even with diferent words, the functionality of the references in different languages is the same: import a module which provides a feature XYZ. And… — read more
-
[#VS2015] Evolution: references, services and now #ConnectedServices !!! ;)
Hola! Si tienes algunos años como developer seguramente que alguna vez te ha tocado acordarte de la madre o abuela de algún compañero que “ha complicado el fácil uso de referencias en un proyecto de desarrollo“. Si bien cambia el término, la funcionalidad de las referencias en diferentes lenguajes es el mismo: importar un módulo que nos… — read more
-
[#NUGET] Package at Solutions level now can consolidate between projects and other interesting news for the new #NuGet release
Hello! I was talking to Victor a couple of days ago about how hard is to keep the NuGet packages updated in a big solution. In example, in a Visual Studio solution that’s been used for plenty of users, when he had to accommodate NuGet packages references. Although the packages dilema is not as complicated as DLL Hell in COM,… — read more
-
[#NUGET] Package at Solutions level ahora pueden consolidarse entre proyectos y otras novedades interesantes para #NuGet
Hola! hace un par de días el Victor se estaba acordando de los padres de unos compañeros, cuando en una solución de Visual Studio por la que han pasado bastante manos, le tocó acomodar las referencias de los paquetes NuGet. Si bien, el tema de los paquetes no es tan complicado como el DLL Hell… — read more