Blog of Adrian Anttila, containing my thoughts, comments and questions. RSS Feed

DataContext and Properties? NO!
08 Jan 2008, 01:17:00 PM
I was experimenting with the preview release of the new MVC framework yesterday. I was also using LINQ to perform my data access, and had some trouble when attempting to assign an anonymous type to the ViewData in the controller. As it turns out, ...
Read post

Alerting
08 Jan 2008, 11:12:00 AM
Introduction I'd like to introduce you to a new approach (pattern?) to widget communication within a dashboard style application. The basic idea is that a variable number of widgets are bound to a backend data source; each widget should be indep ...
Read post