WPF live Update from database
问题 I am building a multiuser WPF application (requirement is a desktop app), database SQL Server 2008. There are two types of users. The first type user will enter a record which would be stored in a table. The second type user initially will be presented with a listbox with the records from the table. The requirement is that the listbox must be updated live (i.e. if a new record is entered by the first user the listbox must be updated). Currently I have not yet implemented the Database