Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active April 11, 2017 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleroy/f1fc3412cb7bea6070f13432a3afcc4d to your computer and use it in GitHub Desktop.
Save bleroy/f1fc3412cb7bea6070f13432a3afcc4d to your computer and use it in GitHub Desktop.
Tips for the Week in .NET
@codemillmatt
Copy link

Xamarin

Storing Settings in Xamarin.Forms - Matt Soucoup

@cecilphillip
Copy link

cecilphillip commented Apr 6, 2017

@kevingosse
Copy link

RyuJIT and the never-ending ThreadAbortException - by Kevin Gosse and Christophe Nasarre

@danielcrabtree
Copy link

@alexyakunin
Copy link

Exception handling in .NET:
https://medium.com/@alexyakunin/try-catch-finally-throw-or-exception-handling-101-9f824136b21b by Alex Yakunin (disclaimer: me)

The article is mostly for beginners, though there are a few advanced topics (IDisposable, finalization, cost of exception handling, cost of finalization).

@cmendible
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment