The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Google Ads

This Blog

Syndication

Search

Tags

News





  • View Maurice De Beijer's profile on LinkedIn

Community

Email Notifications

Explore

Archives

Browse by Tags

All Tags » SignalR » WebSockets (RSS)
Practical HTML5
The slides from my presentation on Practical use of HTML5 for the DotNed user group.   Practical html5 from Maurice Beijer     The source code can be found here .   There is an online demo version hosted on Azure websites here .  ...

Posted by Maurice | with no comments

Modern Web Development
The PowerPoint and samples from my presentation at the QNH DevDays in Arnhem. Modern web development from Maurice Beijer   SignalR demo Other demos   Enjoy!

Posted by Maurice | with no comments

Using SignalR for real time communication on the web
In a previous blog post I mentioned how exited I was about WebSockets and the future with real time duplex communication over the Internet. Unfortunately the current support for WebSockets, both on the client and on the server, is still somewhat limited...

Posted by Maurice | 1 comment(s)

Filed under: , , , ,

HTML5 WebSockets
One of the most exiting new things in HTML5 is the ability to start pushing data from the server to the client. Traditionally web applications have depended on clients requesting data from the server. And this is fine in most applications. However there...

Posted by Maurice | with no comments

Filed under: , , ,