想在Asp.NEt中实现推送通知 [英] Want to implement Push Notification in Asp.NEt

查看:104
本文介绍了想在Asp.NEt中实现推送通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的asp.net应用程序中使用推送通知。这是使用Framework 3.5开发的。

我的要求是有一些并发用户,我想向他们发送通知。



尝试使用此 http://signalr.net/ [ ^ ]。我使用f / w 3.5,我可以使用它吗?



请帮我解决如何实现此功能

解决方案

使用SignalR是个好主意。



你可以重新构建它到.NET 3.5。这需要一些劳动力。您可以为.NET v.4.0构建它,这不需要您使用Visual Studio 2010.在项目属性中,您可以将目标框架更改为v.3.5并重建它。



或者,您可以将所有项目降级到v.3.5(Visual Studio 2008)。在CodeProject上,您将能够找到适用于整个解决方案或一组项目的低级工具。请参阅: SolutionConverter [ ^ ]。



但是,使用支持.NET的ASP.NET主机比v更新.3.5会更好更快。如果您拥有v.3.5的现有代码,将其升级到4.0或更新版本并不困难,可以自动完成。



-SA

I want to use push notifications in my asp.net application. This is developed with Framework 3.5.
My requirement is there are some concurrent users, I want to send notificatons to them.

tried with this http://signalr.net/[^]. I am using f/w 3.5, can I use this ?

Please help me how to implement this functionality

解决方案

It's a good idea to use SignalR.

You can re-build it to .NET 3.5. It will need some labor. You can build it for .NET v.4.0, which would not require you to use Visual Studio 2010. In project properties, you can change target framework to v.3.5 and rebuild it.

Alternatively, you can down-grade all projects to v.3.5 (Visual Studio 2008). On CodeProject, you will be able to find the down-grade tool which would do it for the whole solution or a set of projects. Please see: SolutionConverter[^].

However, using ASP.NET hosting supporting .NET newer than v.3.5 would be much better and faster. If you have the existing code for v.3.5, upgrading it to 4.0 or newer version won't be difficult at all and can be done automatically.

—SA


这篇关于想在Asp.NEt中实现推送通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆