In the blogging mood today, so I figured I'd blog a useful code snippet. Doing Fire-And-Forget operations, the one-way method calls that don't return a value and you don't want to block the main application thread, are exceedingly easy in .Net (unless I'm doing things wrong!). Doing asynchronous operations...