winSharp93

Stories submitted by winSharp93

Order of the elements when iterating through a collection using foreac(winsharp93.wordpress.com)

submitted by winSharp93winSharp93(235) 2 years, 10 months ago

First part of the series "Pitfalls and Best Practices to prevent them": About element order in foreach loops. read more...

add a comment |category: |Views: 7

tags: another

Model-View-ViewModel (MVVM) – Part 4 of n: Commanding(winsharp93.wordpress.com)

submitted by winSharp93winSharp93(235) 2 years, 10 months ago

A suggestion on how to use WPF RoutedCommands and the MVVM-Pattern together. read more...

add a comment |category: |Views: 89

tags: another

Find out Size (and position) of the taskbar(winsharp93.wordpress.com)

submitted by winSharp93winSharp93(235) 2 years, 10 months ago

This post shows how to find out size and position of the taskbar in an elegant way. read more...

add a comment |category: |Views: 2

tags: another

Implementing (IComparable<T>), IEquatable<T> and the equality members (winsharp93.wordpress.com)

submitted by winSharp93winSharp93(235) 2 years, 10 months ago

This post gives a reference implementation of those interfaces and the equality members. read more...

add a comment |category: |Views: 44

tags: another