-
#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
-
#RESHARPER Search type on #NuGet and add package
Hola! I really like ReSharper, you can easily get to the idea and understand that is a tool for developers created by developers. I still get amazed with some of the Features. In example, next one I think I’ve seen some description on new release, and today I happily use it. The next steps are… — 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
-
[#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
-
[#VS2013] HowTo: Conectar con un device #BlueTooth utilizando un PIN (thanks #32feet!)
Hola! Hace poco escribĂ en un post, las 4 lĂneas que podĂamos usar para listar los devices bluetooth que tenemos registrados en local en nuestro ordenador. Para dejar el ejemplo completo lo que me falta son los siguientes pasos 1. ConexiĂłn al device bluetooth 2. RecepciĂłn de informaciĂłn desde el device bluetooth 3. EnvĂo de… — read more
-
[#VS2013] NuGet Packager, plantilla para crear paquetes NuGet
Hola! Seguro que casi todos al dĂa de hoy, hemos tenido que crear un paquete NuGet. En mi caso son de uso interno, y siempre lo hacĂa a mano con algĂşn tool visual. Hoy, con el laptop limpio, me he encontrado con esta extensiĂłn para Visual Studio que permite crear un paquete en los siguientes… — read more