Skip to content

Instantly share code, notes, and snippets.

@enisn
Created May 7, 2020 19:53
Show Gist options
  • Select an option

  • Save enisn/0a2ac6b0bedaa5591497e6fb10623f4d to your computer and use it in GitHub Desktop.

Select an option

Save enisn/0a2ac6b0bedaa5591497e6fb10623f4d to your computer and use it in GitHub Desktop.
Challenge #2 - Format- sample 3
var message = string.Format("Welcome back {0}. You're authenticated as {1}", user.Name, user.Email);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment