Select Page

Using WPF ComboBox with list of ComboBoxItems and DataBinding

For WPF beginners coming from Windows Forms, it may seem like it’s easier to use a ComboBox with the drop-down items loaded from an external database / Entity Framework than to work with simple static items. For DB access, you set ItemsSource (e.g. EF object),...

How to solve error “The trust relationship between this workstation and the primary domain failed” / German: Die Vertrauensstellung zwischen dieser Arbeitsstation und der primären Domäne konnte nicht hergestellt werden”

This error can happen on Windows domain clients for several reasons like HDD errors etc., which are mostly not reproducible. You try to login with your domain credentials and this message appears. Solution Log in as the local administrator, using...