Skip to content

Instantly share code, notes, and snippets.

@WizzApp
Created March 19, 2013 13:53
Show Gist options
  • Save WizzApp/5196282 to your computer and use it in GitHub Desktop.
Save WizzApp/5196282 to your computer and use it in GitHub Desktop.
Code of the day
try {
dbContext.SaveChanges();
return true;
}
catch (Exception e) {
// TODO: send mail
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment