My name is Matt Hamilton, and I'm a software developer.

I've been developing software professionally for over fifteen years, and yet it feels like every day I learn something that turns my world upside down and makes me doubt long-held beliefs.

This site is somewhere I can share ideas and post code snippets that I find interesting. I hope you enjoy your stay.

Follow mabster on Twitter

profile for Matt Hamilton at Stack Overflow, Q&A for professional and enthusiast programmers

Recent Posts

Nov 24 2010

Nested ViewModels

A way for ViewModel classes to communicate "upstream" in the hiearachy.

mvvm c# ioc
Nov 16 2010

Focus a Virtualized ListBoxItem

WPF's UI Virtualization is great, but it can play havoc with keyboard focus. Here's a tip!

wpf focus ui
Nov 9 2010

Halfwit Loses Dynamic Columns

The next version of Halfwit will lose a feature but gain performance!

halfwit wpf ui
Aug 9 2010

FunnelWeb - Markdown and IoC

How we use Inversion of Control with Markdown rendering in FunnelWeb

funnelweb markdown autofac ioc .net
Jul 28 2010

Type Inference for Constants in C#

I want C# constant declarations to work like Pascal!

c# .net wishlist
Jul 28 2010

I Want a "while" Linq Keyword

I have TakeWhile() ... but I want while

c# .net wishlist
Jul 28 2010

Code Kata - Coin Change Problem

Calculating change denomination using Linq!

kata .net c#
Jul 28 2010

Immutability in C# 5?

How immutability might work in the next version of C#

c# .net wishlist
Jul 27 2010

Give WPF's DatePicker some Keyboard Love

Extend the WPF Toolkit's DatePicker control with new keyboard shortcuts.

wpf datepicker .net c#
Jul 25 2010

FunnelWeb Feeds

How syndication works in FunnelWeb

funnelweb atom feeds asp.net-mvc .net
Jul 25 2010

Generic Constructor Constraints

A feature I'd like to see in C#

c# .net generics wishlist
Page: 1 2