.NET 中有用于通知/警报的库吗?

发布于 2024-07-10 05:29:25 字数 125 浏览 8 评论 0原文

我需要设计一个仅用 .Net 编写的通知框架。 我想知道是否已经有一些库可以轻松创建通知规则。

PS:请提供除 SQL Server 通知之外的任何信息。

注意:通知与电子邮件和短信通知相同。

I need to design a notifications framework written solely in .Net. I was wondering is there were some libraries already available to ease in creating rules for the notifications.

PS: Anything other than SQL Server Notifications please.

Note: Notifications as in Emails and SMS notifications.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

鲜肉鲜肉永远不皱 2024-07-17 05:29:25

我认为值得关注像 Windows Live Alerts 这样的框架: http://dev.live.com/alerts/< /a>

I think it's worth looking to frameworks like Windows Live Alerts: http://dev.live.com/alerts/

夜光 2024-07-17 05:29:25

我也在四处寻找一些解决方案。 如果理解正确的话,您想要执行的操作也称为“发布/订阅”。 这也可以通过所谓的“企业服务总线”来完成。 还有其他方法,例如 MSMQ 等。 模式和实践中有一些关于执行发布/订阅以及使用 WCF 构建 ESB 的文章。

这是一篇讨论使用 WCF 滚动您自己的 ESB 的博客文章:

http://www.iserviceoriented.com/blog/post/Building+Our+Own+ESB+-+Publish+Subscribe+Part+1.aspx

Juval Löwy 的书:WCF 编程有一些关于在 WCF 中进行发布订阅的讨论。

http://www.amazon.com/Programming-WCF-Services-Juval-Lowy/ dp/0596526997

I'm sort of shopping around for some solutions as well. If understand you correctly, you want to do what is also called "Publish/Subscribe." This can also be done with something called an "Enterprise Service Bus." There are other methods like MSMQ and so forth. There are some articles in Patterns and Practices on doing Publish/Subscribe and building an ESB with WCF.

Here's a blog post discussing rolling your own ESB with WCF:

http://www.iserviceoriented.com/blog/post/Building+Our+Own+ESB+-+Publish+Subscribe+Part+1.aspx

Juval Löwy's book: Programming WCF also has some discussion of doing Publish Subscribe in WCF.

http://www.amazon.com/Programming-WCF-Services-Juval-Lowy/dp/0596526997

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文