Member 11352015 Ответов: 1

Как я могу реализовать с помощью SignalR зависимости push-уведомлений SQL в простой пояснил способом


I have search the internet a lot and I have looked at all source codes provided by developers for implementing push notification. but what I am looking for is a simplest way possible for the implementation of the push notification. I have only few understanding of the concepts which I have not found a lot about these topics. All what I know is that signal are provides a way of real time data and SQL dependency is used to monitor changes. I completely know how to set up the environment for such a project but I cant really understand the concepts of what each line of the proposed solution would do therefore I need full implementation with good explanation if possible.

Что я уже пробовал:

Я много искал в интернете и реализовал большинство решений там

1 Ответов

Рейтинг:
0

MadMyche

I have search the internet a lot and I have looked at all source codes provided by developers for implementing push notification. but what I am looking for is a simplest way possible for the implementation of the push notification. I have only few understanding of the concepts which I have not found a lot about these topics. 
Эта статья несколько лет назад кажется мне довольно простой:
Создание системных уведомлений в режиме реального времени с помощью SignalR[^]

All what I know is that signal are provides a way of real time data and SQL dependency is used to monitor changes. 
Это не функция SignalR.

То, что вы имеете в виду, я собираюсь назвать Система
1. Это система, которая отслеживает изменения.
2. Эта система выбирает использовать SQL в качестве хранилища данных.
3. Эта система также выбирает чтобы транслировать эти данные через SignalR.

I completely know how to set up the environment for such a project but I cant really understand the concepts of what each line of the proposed solution would do therefore I need full implementation with good explanation if possible.
Я бы предложил вам исследовать отдельные компоненты решения, чтобы узнать, как каждая часть работает индивидуально. Ни один из этих компонентов не требует других самостоятельно; только то, как они реализуются в вашем решении, играет роль.