Blog of Mike Moser, containing my thoughts, comments and questions. RSS Feed

Silverlight 1.0: A Dynamic Control (Part I)
04 Dec 2007, 09:15:35 AM
If you're trying to create a control in Silverlight 1.0, Tim Heuer's blog entry Implementing Silverlight Controls in 1.0 is a must and will give a great guide to how my control is laid out.   Below I have an example of a SL 1.0 control in the very ...
Read post

Linq and Extension Methods
03 Dec 2007, 01:51:10 PM
I am working on making Video.Show a more traditional 3-Tier app.  The architectural approach I am using looks like: *Please note the goal of this project is to keep the application simple and approachable.  This is not a recommendation of an archi ...
Read post