Click here to Skip to main content
15,892,059 members
Articles / Web Development / ASP.NET

Exploring Signal-R to make WPF Application Interactive

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
13 Oct 2021CPOL4 min read 11.4K   690   10  
A WPF application can be made more interactive and deployment friendly by using SignalR to our advantage. This is Part 1 showing how SignalR can be implemented in a WPF application for two-way communication and synchronization.
WPF is used to build desktop application with rich UI. But how do we overcome the limitation of syncing live data? How do we make deployments more managed and avoid database locks in client server scenarios. Signal-R helps provide an answer to many of these questions.

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