Click here to Skip to main content
15,885,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys, I created a little notification plugin using jquery, this works a treat. I'd like to incorporate some kind of background thread in my asp application that when some task finishes that the popup will be displayed on screen to the user to let them know it has completed. Any ideas guys?
Posted

1 solution

I would use signalr[^] It's easy to use and it performs very well. This is the way to go!

ASP.NET SignalR is a new library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.
 
Share this answer
 
Comments
frostcox 25-Apr-13 6:54am    
Hey this look like something I could really use, is the compatible with .Net 3.5 and 4.0?
StianSandberg 25-Apr-13 7:23am    
I'm not sure. I only use .NET4. You'll find more tutorials about SignalR at http://www.asp.net/signalr SignalR rocks! :)
frostcox 25-Apr-13 7:24am    
Cool thanks very much
StianSandberg 25-Apr-13 7:27am    
Good luck with SignalR! :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900