Skip to content

Instantly share code, notes, and snippets.

View crackalak's full-sized avatar

Dan Hughes crackalak

View GitHub Profile
@crackalak
crackalak / AzureFileStorageDirectoryExistsSpeed.cs
Created December 20, 2018 11:16
Timing of checking if a directory exists
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.File;
using System;
using System.Diagnostics;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)