Category: Programacion

RSK – Connect to a remote node

The RSK network is the Smart Contract platform of Bitcoin, it offers the same capabilities of Ethereum, but the gas is paid with Bitcoin. When your application needs to interact with the network by publishing or calling a Smart Contract

Tagged with: , , , ,

How to deploy a Smart Contract in RSK

This tutorial aims to help you install the required environment, code your first smart contract and deploy it to RSK network. Index: Environment setup Tools New project Compile In-memory blockchain Deploy Test your Smart Contract Remote deploy If you find

Tagged with: , , , ,

Como empezar a desarrollar para la nube con MSDN

Vamos a ver paso a paso como descargarse las herramientas desarrollo para usar Azure, y comenzar tus proyectos en la nube. Si no tenes una maquina tan potente para utilizar las herramientas, seguí los pasos y desarrolla desde la nube.

Tagged with: ,

Construi un YouTube usando ASP.NET MVC y Azure Media Services

Windows Azure has introduced a nice set of services on top of the Azure platform. These include the Mobile Services, the Service Bus, Media Services among a host of others. Media Services primarily offers on demand streaming, variable bit rate

Tagged with:

Mercurial HG en Windows Server

Si utilizar Mercurial para versionar tu código, y querés tener tu servidor en Windows, seguí este paso a paso: Pre-requisitos: Descargar Mercurial HG (mercurial-X.X.X.win-amd64-py2.6.exe) https://bitbucket.org/tortoisehg/thg-winbuild/downloads Equipo o virtual con Windows (server preferentemente) Web Platform Installer http://www.microsoft.com/web/downloads/platform.aspx

Tagged with: , ,

Como instalar tu propio feed de NuGet

Si queres limitar los paquetes de NuGet a los que puede tener acceso tu equipo de desarrollo, vas a necesitar crear tu propio feed de paquetes. Para ello, necesitamos crear una carpeta nueva donde copiemos los paquetes que queremos disponibles

Instalar Plugin Windows 8 a Construct 2

Para poder generar un juego en la plataforma Windows 8, debemos instalar un plugin a Construct 2.

Tagged with:

NHibernate – Introducción

NHibernate es un framework basado en ORM (object / relational mapper) open source basado en el proyecto Hibernate de Java para .NET. Los ORM’s como LINQ to SQL, Entity Framework, y NHibernate, traducen el modelo relacional, de tablas, columnas e

Tagged with:

Google Maps API – Como agregar direcciones al mapa

En el siguiente post, vamos a aprender a agregar puntos al mapa de Google convirtiendo de una dirección a un punto (latitud, longitud). Esta técnica se llama Geocodificación. Se me presento la oportunidad de hacer un trabajo para una agencia

Tagged with: , ,

API de Google Maps

Google Maps una utilidad de Google que muestra mapas de todo el planeta. Puede alternar tres clases de vista de los mapas. Satélite: Es una vista de pájaro, con fotografí­as a gran altura reales. Mapa: Un callejero/mapa de calles y

Tagged with: , ,
Top