.NET 中有用于通知/警报的库吗?
我需要设计一个仅用 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为值得关注像 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/
我也在四处寻找一些解决方案。 如果理解正确的话,您想要执行的操作也称为“发布/订阅”。 这也可以通过所谓的“企业服务总线”来完成。 还有其他方法,例如 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