En esta sección encontrarás proyectos de software escritos en C# con Visual Studio de los cuales podrás apalancarte para tus propias iniciativas.

QueueStorageWithCsharp

Este código te ayudará a procesar mensajes en Queue Storage con Microsoft Azure usando C# .NET (crear/eliminar colas, insertar/sacar/obtener/eliminar mensajes).

FileStorageWithCsharp

Este código te ayudará a administrar archivos compartidos en File Storage con Microsoft Azure usando C# .NET (establecer restricciones, acceso/copiado/administrar archivos compartidos).

TableStorageWithCsharp

Este código te ayudará a administrar datos NoSQL en Table Storage con Microsoft Azure usando C# .NET (crear/eliminar tablas, agregar/ quitar/ obtener/ actualizar/ consultar entidades).

WhatDeviceRunning

Este código te ayudará a identificar que dispositivo con Windows 10 esta corriendo tu aplicación y detectar eventos en la familia móbil de Windows 10.

AccountStorageWithCsharp

Este código te ayudará a administrar cuentas de almacenamientoen Microsoft Azure usando C# .Net (crear/actualizar/listar/eliminar, obtener propiedades, regenerar llaves, obtener cadena de conexión).

BlobStorageWithCsharp

Este código te ayudará a crear page blobs y block blobs en Microsoft Azure usando C# .Net (crear/listar contenedores, crear/listar/subir/descargar/eliminar blobs).

SQLAzureWithCsharp

Este código te ayudará a desplegar bases de datos SQL Azure usando C# .Net (crear/listar/eliminar servidores, agregar/listar reglas de firewall, crear/listar/eliminar bases de datos).

VirtualMachineWithCsharp

Este código te ayudará a desplegar máquinas virtuales en Microsoft Azure usando C# .Net (crear, iniciar, apagar, eliminar).

CloudServiceWithCsharp

Este código te ayudará a desplegar servicios en la nube en Microsoft Azure usando C# .Net (crear, subir, desplegar, eliminar).

MyFirstUniversalWindowsApp

Este código te ayudará a implementar tu primera aplicación universal sobre Windows 10 enviando y recibiendo datos desde SQL Azure.

MarkingTweetsWithAzure

Este código te ayudará a implementar un worker role en Microsoft Azure para marcar tweets como favoritos en tu cuenta de Twitter.

AzureRedisCacheHashes

Este código te ayudará a conectarte con el servicio de Azure Redis Cache y hacer operaciones con Redis usando Hashes a través de una aplicación .Net.

AzureRedisCacheLists

Este código te ayudará a conectarte con el servicio de Azure Redis Cache y hacer operaciones con Redis usando Listas a través de una aplicación .Net.

AzureRedisCacheOrderSets

Este código te ayudará a conectarte con el servicio de Azure Redis Cache y hacer operaciones con Redis usando OrderSets a través de una aplicación .Net.

AzureRedisCacheSets

Este código te ayudará a conectarte con el servicio de Azure Redis Cache y hacer operaciones con Redis usando Sets a través de una aplicación .Net.

AzureRedisCacheBitMaps

Este código te ayudará a conectarte con el servicio de Azure Redis Cache y hacer operaciones con Redis usando BitMaps a través de una aplicación .Net.

AzureRedisCacheStrings

Este código te ayudará a conectarte con el servicio de Azure Redis Cache y hacer operaciones con Redis usando Strings a través de una aplicación .Net.

UsingDocumentD

Este código te ayudará a entender como puedes hacer transacciones (típico CRUD) en Azure Document DB.