Keyvan Nayyeri

My daily musings about software and technology

Slides of My Talk on Introduction to ASP.NET SignalR

[Update: Video of my talk has been published on UserGroup.TV.]

As I mentioned recently, today I talked at North Dallas .NET Users Group for the second time, and this time it was about ASP.NET SignalR. I tried to introduce this new member of ASP.NET family to the audience.

I started my talk with some slides on why we need a framework like ASP.NET SignalR and then moved on to some theoretical principles about SignalR. After that, I switched to code and implemented two broadcasting examples with PersistentConnection and hubs, and showed how WebSockets and long polling work in action using Fiddler. I concluded the talk by showing an example of connecting to my SignalR application using a .NET library, and answered some questions in the end.

I’ve published the slides of my talk as well as the source code samples that you can download. UserGroup.TV has recorded my talk and it would be available soon. I will update this post with the link when it was published.

2 Comments

Speed Dating NYC
May 06, 2013 10:23 AM
#
I will keep an eye on this video! Sounds interesting. I just started with ASP.NET and still find it very difficult. You're site is helpful, thanks.

Speed Dating NYC
May 06, 2013 10:24 AM
#
I will keep an eye on this video! Sounds interesting. I just started with ASP.NET and still find it very difficult. You're site is helpful, thanks.

Leave a Comment