0
I am developing a program in which several users will use, and would like to develop a system with notification Push
, for when some user performs a Insert
in the database.
I would like it to be, for example, a pop-up
of MSN..
Could someone give me a light and tell me where to start?
I’ve been doing some research, found a lot about Web
, but not specifically for Windows Forms
(WFA
).
- Review 11/04/2017
How would you make it when a user finishes a change, another user receives the notification?
There would have to be a serviço
running on the server?
In Internet research, I noticed, that the SQL Server
, has some resources:
Has anyone ever tried or ever used? Is this a resource for such a purpose?
friend, perfect, thanks for the reply, but, how would you do for when a user save some change, another user receive the notification? would have to have a service running on the server?
– Thomas Erich Pimentel
@Thomaserichpimentel I believe that it would be necessary a service for such, if there is another unknown way (since I never used such function) but I do not know what would be the best way to implement this without losing so much performance
– Leo Longhi