A C# has-been returns to C# and experiments with this new hip thing called async/await and how that relates to execution order and exceptions.
When building a new version of the news site Expressen.se the team hesitated to use responsive web design. Here's why and what we ended up doing.
Search engines are powerful. Truffler is a search solution that helps .NET developers leverage that power. Easily. While having fun.
I really like the simplicity of the AJAX paging at Twitter so I decided to use the same type of paging, including a similar more button, on the start page on this site. It actually surprised me how simple it was to build it with ASP.NET MVC and a few lines of javascript with jQuery.