User Tools

Site Tools


codesamples:code_samples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
codesamples:code_samples [2018/05/23 09:13] wolfgangriedmanncodesamples:code_samples [2021/10/20 09:44] (current) wolfgangriedmann
Line 1: Line 1:
 ====== Collection of code samples ====== ====== Collection of code samples ======
  
-  * [[codesamples:arrayhelper|The ArrayHelper classcode independent from the ArrayBase setting]]+  * [[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]] 
  
  
  
codesamples/code_samples.1527066788.txt.gz · Last modified: 2018/05/23 09:13 by wolfgangriedmann