Skip to content

Instantly share code, notes, and snippets.

@adamped
Created November 16, 2015 01:49
Show Gist options
  • Save adamped/fb9a69c3d167f01dec87 to your computer and use it in GitHub Desktop.
Save adamped/fb9a69c3d167f01dec87 to your computer and use it in GitHub Desktop.
var uniqueKey = System.Guid.NewGuid().ToString();
var model = SimpleIoc.Default.GetInstance<LoginModel>(uniqueKey);
// Must remmeber to cleanup, otherwise all new instances are cached
SimpleIoc.Default.Unregister(uniqueKey);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment