Member

Maurice de Beijer
168 posts
0 volgend
8 volgers
965 points punten

2 mei 2012
One of the problems with running JavaScript in the browser is that everything usually executes on the same thread as the UI. With most scripts this is fine because they are short executing however if you start doing more complex calculations you might run into the vase where the UI becomes non respo ...
16 april 2012
Last week the question of HTML5 and sensors came up. This wasn’t really strange as we where talking about the HTML5 GeoLocation features and using the, optional, GPS is just one device or sensor you might want to use. It turns out the W3C has a Device APIs Working Group working on this problem. The ...
13 april 2012
I hadn’t really been paying attention to the popularity of browsers a whole lot for the last few months until this week as I was teaching HTML5 and the usage stats influence what is usable and what not. Sure I heard some time ago that Chrome was larger then IE but as most of these statistics are mor ...
10 april 2012
jQuery is one of the most useful frameworks out there for web development. And while most of jQuery is very much about working with the browser DOM there is also another side to it that makes doing networking real easy and that is all based around the $.ajax() and related, like the $.getJSON(), func ...
6 april 2012
In deze podcast spreekt Maurice de Beijer met Patriek van Dorp over zijn TechDays presentatie over NuGet packages voor Windows Azure. Links: Blog: http://patriekvandorp.net TechDays presentaties: http://www.techdays.nl/AgendaDetail.aspx?cid=2271 Wazug: http://www.wazug.nl/ NuGet: http: ...
4 april 2012
Here are the slides from my securing REST services session I did at Engineering World 2012.   Beveiliging en REST services View more PowerPoint from Maurice Beijer   Enjoy!   TheProblemSolver DotNetEvents  ...
3 april 2012
  HTML5 & rest services View more PowerPoint from Maurice Beijer You can download the ASP.NET WebAPI demo here and the SignalR demo here.   Enjoy!   TheProblemSolver DotNetEvents ...
23 maart 2012
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 Thanks to out sponsor RedGate.  ...
21 maart 2012
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 data was real easy.   As it tur ...
14 maart 2012
We where just bitten by this one and the problem was not immediately obvious. You will see some error like The name 'model' does not exist in the current context or 'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'ActionLink' and no extensio ...
Pagina's 8/17
< 1 2 3 4 5 6 7 8 9 10 >