Trevor's Dev Blog

C# events examined

I recently ran into a threading bug involving adding handlers to events, and decided to take a...

Author: trevorr Date: 08/23/2008

C# Warning CS0067: The event 'event' is never used

Suppose you're implementing an interface like the following, which contains some events you care...

Author: trevorr Date: 08/14/2008

Introduction

The purpose of this blog is simply to record and share little programming ideas, tips, and tricks...

Author: trevorr Date: 08/14/2008