Preview:
Debug.WriteLine("Trying to retrieve free user");
FreeUserEntity newUser = new FreeUserEntity("Vips", "Victor", "Ibsen", 	DateTime.Now, true, "voli@hotmail.dk", "42361422");
var doesUserExisst = await StorageTableHelper.CheckIfFreeUserExsists(newUser);
if (doesUserExisst == null)
{
  Debug.WriteLine("User does not exsist");
}
else
{
  Debug.WriteLine("User " + doesUserExisst._firstName + "exsits!");
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter