====== Collection of code samples ====== * [[codesamples:arrayhelper|Code that works with 0-based and 1-based arrays]] * [[codesamples:arrayfind|Find an element in a .NET array]] * [[codesamples:listmemberaccess|Access a member in a list]] * [[codesamples:removedictionaryitem|How to remove an item from a dictionary]] * [[codesamples:getsystemlanguage|Get the current system language]] * [[codesamples:getcallingprocesses|Get the calling processes (father processes)]] * [[codesamples:delegateswork|How delegates work]] * [[codesamples:named_parameters|Instance initializers in the constructor]] * [[codesamples:using_static|Using static]] * [[codesamples:indexed_property|Indexed property]] * [[codesamples:sorting_collection|Sorting a collection using LinQ]] * [[codesamples:sorting_collection_delegate|Sorting an object collection using a delegate]] * [[codesamples:initalizing_net_array|Initialize a .NET array]] * [[codesamples:broadcast_message_winforms|Broadcasting a message to all windows in a WinForms application]]