Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm Creating a windows application in wpf and in there's a panel where I'm showing latest news. So my question is how can I create a service which refresh the panel data/news when new news coming in database.
Posted
Updated 14-Nov-15 20:17pm
v3
Comments
Krunal Rohit 15-Nov-15 2:08am    
And your problem is ?

-KR
Princingh 15-Nov-15 2:18am    
Now check again i update the question.
Kornfeld Eliyahu Peter 15-Nov-15 2:41am    
Not exactly clear...but you may use a timer to refresh a panel...

1 solution

You need to implement push notifications. Here are some examples -
WPF / MVVM Real-Time Trading Application[^]
MyAlerts Notification Application[^]

Duplex contracts[^] can help you achieve realtime updates.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900