Design Patterns code snippets (9)
How to implement thread safe Singleton
Published: 1. February 2012 | Updated: 1. February 2012Categories: Implementations
Tags: C# Design Patterns Threading
How to dispose object
Published: 31. October 2011 | Updated: 31. October 2011Categories: Basics
Tags: Basics C# Design Patterns
How to implement generic IEnumerable<>
Published: 26. October 2011 | Updated: 26. October 2011Categories: Generics Implementations
Tags: C# Collections Design Patterns Generics
How to implement non-generic IEnumerable
Published: 26. October 2011 | Updated: 26. October 2011Categories: Implementations
Tags: C# Collections Design Patterns
How to implement Dispose
Published: 26. September 2011 | Updated: 26. October 2011Categories: Implementations
Tags: Design Patterns
How to override Equals method
Published: 24. October 2011 | Updated: 24. October 2011Categories: Implementations
Tags: C# Design Patterns
How to override GetHashCode method
Published: 24. October 2011 | Updated: 24. October 2011Categories: Implementations
Tags: C# Design Patterns
How to implement INotifyPropertyChanged
Published: 9. October 2011 | Updated: 9. October 2011Categories: Implementations
Tags: C# Design Patterns
How to create comparer for collection sorting
Published: 8. January 2009 | Updated: 8. January 2009Categories: Collections Implementations
Tags: C# Collections Design Patterns





