Click here to Skip to main content
15,891,828 members

Comments by willempipi (Top 89 by date)

willempipi 11-Jan-13 5:19am View    
Did a google search for you with the text: 'Signalr chat example'
First result: http://geekswithblogs.net/jeroenb/archive/2011/12/14/signalr-starter-application.aspx
Bottom of the page: http://www.2shared.com/file/SAiy5Jo-/SignalRSimpleChat.html

@lazy....?
willempipi 10-Jan-13 7:20am View    
Sorry typo: Environment.NewLine
willempipi 10-Jan-13 7:07am View    
Sorry for my sort answer, I thought you'd connect the dots ;)

The problem is that there is no HTML styling in the data that you get from you multiline textbox, it uses a /r/n code as a pagebreak, which is not shown on a website. Therefore you can replace all pagebreaks with HTML-pagebreak by using the Replace(Envirement.NewLine, "<br />") code.
willempipi 10-Jan-13 7:02am View    
This is a framework that you can add to your solution to enable realtime server-client communication (needed for example in a Chat Application). Also, you can download a sample chat application using SignalR on the website.
willempipi 10-Jan-13 6:51am View    
Deleted
Anyone?