I am new to WPF and data binding. I have a database table called Tag(id, name, value), I want to bind two application to this table, the first one has a (turn on/off) button which has binding to Tag.value, the second application has a lamp with two state (on and off) which again has binding to Tag.value. what is the best way and tools to do this task so when I click the turn on button on the first App it will directly change the lamp status at the second App. Thank in Advanced