| bio | website | matthamilton.net |
|---|---|---|
| location | Albury, Australia | |
| age | 40 | |
| visits | member for | 1 year |
| seen | May 6 '12 at 22:58 | |
| stats | profile views | 2 |
Check out my hobby projects:
- Comicster
- A free, open-source WPF application to manage your comic-book collection.
- Halfwit
- A minimalist, open-source, WPF Twitter client.
- Budgie
- A simple, asynchronous Twitter library for .NET 4 and up.
- MadProps.AppArgs
- A library to parse command-line or ClickOnce-URI arguments into an instance of a class.
- MadProps.MvvmLight
- A contrib project to add co-routine support to the MVVM Light Toolkit.
Feel free to contact me directly (mabster -at- madprops.org).
|
May 4 |
awarded | Autobiographer |
|
May 4 |
comment |
What were the “core” API packages of Java 1.0? FYI, the await keyword doesn't depend on Task<T>. The Task class just happens to satisfy the things that the await keyword does depend on (a method called GetAwaiter() etc). |