So i have a service that creates letters and puts them in a database (sql-server). I also have an application (c#,wpf) where there's a list with letters(from the database)
How can i trigger an event in the application if a new letter is made? (so that the list should be updated)
Anyone who knows how to do this?
Thanks