ASP.NET

ASP.NET

The Magic of SignalR

I recently managed to find both the time and a suitable project to get my hands dirty with SignalR

Read More
ASP.NET

Using Constraints for Better Routing in MVC

The default routing in an MVC project is pretty great, but what if we want something more?

Read More
Knockout

Server-Side Paged Lists in Knockout

Extending Knockout client-side paging to use server-side paging.

Read More
Knockout

Command Pattern with jQuery.Deferred & Knockout

Working in WPF using the MVVM pattern it is almost impossible to get away from commands and the ICommand interface, so when I started writing view models in knockout that had to perform actions I started to miss the commands quite quickly

Read More
Knockout

Loading MVC PartialViews asynchronously using KnockoutJS

Load an MVC partial view from KnockoutJs

Read More