Browse by Tags
All Tags »
HTML5 »
.NET (
RSS)
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...