It’s not trivial to build a well designed web application front-end with the level of responsiveness, performance and features that users expect today. It’s easy to get lost in the boiling mix of jQuery event handlers, HTML markup and AJAX calls, and even a relatively simple GUI can quickly become a nightmare to maintain. One [...]
Building a Twitter live search app with Knockout, jQuery and ASP.NET MVC 3
July 5th, 2011 by Anders Fjeldstad — .Net
Tags: ajax, ASP.NET MVC, jquery, knockout
Bind from XAML to property defined in code-behind
May 17th, 2011 by Anders Bursjöö and Anders Fjeldstad — .Net, Tips & Tricks, Uncategorized
A common question among new Silverlight and WPF developers is “How do I bind from XAML to a property in code behind?”. This is something you might want to do to test something or create a quick spike. You’d expect to be able to “just bind” to the property – it is defined in the [...]
Tags: Binding, silverlight, WPF
