Select Page

.Net Entity Framework: Check if data changed

Last Updated on 2013-11-11. Problem DataSets offer a method “GetChanges()” to check if the user modified any data, so the application can ask the user if the changes should be saved, e.g. when closing the window. But there is no “ready-to-use”...

WPF: Wrong culture formatting

Last Updated on 2013-11-07. Unfortunately, WPF does not apply certain localization settings automatically if the application is running e.g. on a german system. By default, the comma separator is an english “.” and not a “,”, etc. According to...

WPF for Beginners: Using Comboboxes in DataGrids

Last Updated on 2013-11-07. Scenario You have 2 simple MySQL / SQL / SQlite database tables like “customer” and “offer” with a foreign key relation between them (1 customer, * offers). You want to show the offer table in a DataGrid, and the...

VPN problems with Windows 8.1 and Shrew VPN Client

Last Updated on 2013-11-04. Problem Using the Shrew VPN Client with Windows 8 (not 8.1) and a remote firewall Netgear FVS318v3: Everything runs fine. After upgrading to Windows 8.1, it seems to work first and the connection gets established – but a ping to your...