Building Real-time Web Apps with ASP.NET SignalR
- Date: November 1, 2012 from 12:00PM to 1:00PM
- Day 3
- B33 McKinley
- 3-034
- Speakers: Damian Edwards
- 44,536 Views
- 23 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Already have a Channel 9 account? Please sign in
Follow the Discussion
Great session guys, answered every question I had about signalr...mind readers! Glad I could make it over from nyc to see it!
@jthake
very cool session!
Seems that SignalR was one of the big shooting stars of Build 2012.
the package microsoft.aspnet.signalr.sample seems to be no more available on nuget. Any ideas about where to find it ?
@Patrice
I think you need to make sure you have "Include Prerelease" selected in the dropdown and NOT "Stable Only".
Great content, presentation, and speaker.
Great session
Very Cool..
Hi I'm new to signalr. Though I update the project for the sample, when I run and press the OPEN MARKET button, it's not working. Can you please let me know are there any machine configurations to be done for the Signalr?
Thank you.
you guys missed the demo of Redis and service bus. how can we use them?
nuget is fail
this is true
http://yazilimsozluk.com/Konular-2827-SignalR_ile_stok_i%C5%9Flemleri.aspx
http://yazilimsozluk.com/Konular-594-NuGet.aspx
@huseyin
Let me be clear: Nuget is certainly not a fail; you have a misunderstanding about it. The package that you are searching is https://nuget.org/packages/SignalR.Sample and this is the old SignalR package. So, it's unlisted now so that it won't appear in searches.
What you need to install is the Microsoft.AspNet.SignalR.Sample package which also won't appear in searches because it's a pre-release package: https://nuget.org/packages/Microsoft.AspNet.SignalR.Sample
In order to install this package through PMC, you need to type the following command:
Install-Package Microsoft.AspNet.SignalR.Sample -pre
@Ali Zaidi:
Here are two great articles on the topic that you are interested in:
https://github.com/SignalR/SignalR/wiki/SignalR-with-Redis-Running-on-a-Windows-Azure-Virtual-Machine
https://github.com/SignalR/SignalR/wiki/Azure-service-bus
i want to using real time data for my web site.So i want to use SignalR for data list i am using repeater as below
<asp:Repeater ID="RpSiparisUrunler" runat="server" OnItemDataBound="altrepeat">
<ItemTemplate>
<%#Eval("LocationName")%>
<%#Eval("TypeName")%>
<%#Eval("UrunId")%>
<%#Eval("TypeName")%>
but How can i connect hub and get data inside from repeater?How can i bind repeater with data from hub?
Nice stuff, great job guys!
Is there the PowerPoint presentation available?
great job
Hey, this is really awesome..And am really looking forward to develop my first app using SignalR.
I tried the same MoveShape app which Mr.Edwards has demoed. But no luck, getting some issue like
"SCRIPT5007: Unable to get value of the property 'client': object is null or undefined".
Can some one please help me with this.
@Madhu:You need to write MoveShape with uppercase M
@Madhu:
Was having the same problem: "SCRIPT5007: Unable to get the value of the property 'client': object is null or undefined"
The solution is to write "moveShape" in the Hubname attribute on the controller
its simply awesome session...!!!
I did the exact same thing that Damien Edwards demoed for moveshape. But my box does not get dragged. Also, the /signalr/hubs does not work for me. I get a blue squiggly line saying it is not found.
Very interesting! Move shape worked perfectly and I was able to add more stuff. But there was no luck for persistent connection. I was able to track the error from the browser
http://localhost:7696/chat/negotiate?_=1365870613397 was not found 404
great stuff, works like charm.
Awesome stuff, however it does not have something I want.
What I want is have two webforms. (1) WebForm1 allows to do dataentry (Name, Address). which does CRUD task which should update straight on WebForm2 which shows on Gridview/Table.
I want to do above how can I achieve using SignalR any example. This is just a small example, If I can achieve this then I can implement on bigger project.
Remove this comment
Remove this thread
close