Click here to Skip to main content
15,893,622 members
Articles / Programming Languages / C#

Tracking Changes in EntityFramework and Notifying these Changes to Client Apps using SignalR

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
17 Apr 2022CPOL2 min read 6.9K   176   7  
Extending SignalR to push EF change notification to connected client applications
In my previous article, I had explained about using SignalR to make multiple WPF client applications interactive. Here, I would be extending the SignalR features to sync data between multiple client applications and tracking EF changes to push and synchronize data to the client apps.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Infosys Limited
India India
Since my first handshake with coding in 1996, I knew its a world for me. Started the professional deep dive in 2006 and never felt like leaving the pool since.

Comments and Discussions