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 » HTML5 » .NET (RSS)
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: , , , ,

DotNed podcast: Jeff Prosise about the future with Silverlight, HTML5/JavaScript and Windows 8
In this podcast Dennis Vroegop speaks with Jeff Prosise about the future of software development for the .NET developer. Links: Blog: http://www.wintellect.com/cs/blogs/jprosise/ TechDays presentation : http://www.techdays.nl/SprekerDetail.aspx?cid=2136...

Posted by Maurice | with no comments

Query composition with the ASP.NET Web API
Having the ASP.NET Web API as a REST service returning data is kind of nice but to be efficient on the wire we don’t want to return more data that required only to discard it in the client.   As we have seen in a previous post just returning a collection...

Posted by Maurice | 2 comment(s)

Filed under: , , , ,

Updating data with the ASP.NET Web API
  In the previous blog post I demonstrated how to get started with the ASP.NET Web API and retrieve some products data from the Northwind database. Something that was really easy to do But quite often we want to update data just as much as we want...

Posted by Maurice | with no comments

Filed under: , , , ,

Getting started with the ASP.NET Web API
Some time ago I did a number of blog posts about the beta versions of the WCF Web API . As it turns out the WCF Web API team has moved into the ASP.NET team, a good thing as far as I am concerned, and as a result it is now called ASP.NET Web API . Now...

Posted by Maurice | 1 comment(s)

Filed under: , , , , ,

DotNed podcast: Client web ontwikkelingen met Steve Sanderson
In deze, tijdens de TechDays opgenomen, podcast spreekt Maurice de Beijer met Steve Sanderson over de toekomst van web development met de moderne browsers. Ze spreken ondermeer over Knockout.js, een JavaScript library die MVVM stijl databinding mogelijk...

Posted by Maurice | with no comments

Getting Started with WCF and Rest material
Thanks everyone for joining in with the DevelopMentor webinar I did last night on Getting Started with WCF and Rest . If you want to take another look at the slides or samples you can download them using the links below: PowerPoint slides . ASP.NET MVC...

Posted by Maurice | with no comments

Filed under: , , , , ,

Wat doe ik met HTML5 op de Microsoft TechDays 2012?
Uiteraard ben ik ook dit jaar weer aanwezig op de Microsoft TechDays 2012 . Voor degene die het gemist hebben de TechDays zijn dit jaar van 15 t/m 17 februari in Den Haag.   Ik doe dit jaar twee sessies: Op vrijdag middag doe ik een sessie over het...

Posted by Maurice | with no comments

Filed under: , , , ,

Using HTML5 WebSockets
In previous blog posts I wrote about using Server-Sent Events so send data from the server to the browser. This works but has the drawback that it is a one way messaging from the server to the browser. There is nothing preventing you from doing ajax style...

Posted by Maurice | 1 comment(s)

Customizing the HTML5 checks Modernizr does
In the previous blog post I demonstrated how to use Modernizr to test for the availability of HTML 5 features. Doing so was quite easy but as every test is always performed to add CSS classes to the <html> element there is a bit of overhead in using...

Posted by Maurice | with no comments

HTML5 feature detection aka Modernizr
Yesterday I blogged about using the new Server-Sent Events or the EventSource object to send messages from the server to the client. But what happens if I try to do this in a browser that doesn’t support Server-Sent Events? If I run the code from...

Posted by Maurice | 2 comment(s)

HTML5 - Server-Sent Events
There are a lot of cool new features and one of these is Server-Sent Events . According to CanIUse.com Server-Sent Events are usable on almost half of the modern browsers. And as is often the case Internet Explorer is the big missing piece again. But...

Posted by Maurice | 2 comment(s)

Filed under: , , ,

HTML5 and Geolocation
One of the cool new features in HTML5 is Geolocation or the capability to determine where someone is. It turns out most modern browsers support the Geolocation API as you can see on CanIUse.com . Unfortunately Internet Explorer 8, the most popular version...

Posted by Maurice | with no comments

Filed under: , ,

Building rich HTML5 clients using REST services recording
For those who missed the online event about building JavaScript and HTML5 client for a REST service build using the new WCF Web API the recordings are up. You can download the hi res recording here or download one of the other formats from the main page...

Posted by Maurice | 2 comment(s)

Filed under: , , , , ,

HTML5 slides and demo code
Below is are the links to the slides and demo code from my HTML 5 presentation I did yesterday evening at the DotNed user group meeting hosted by 4DotNet in Meppel. Slides (Dutch language) Code   The slides are also on SlideShare here .   HTML5...

Posted by Maurice | 1 comment(s)

Building rich HTML5 clients using REST services
You can download the slide from my session on Building rich HTM 5 clients using REST services here and the sample application using the WCF Web API here . The slides are also available on SlideShare . Building rich HTML 5 clients using REST services View...

Posted by Maurice | with no comments