2 Jul
2009

EQATEC Profiler and .net cf Profiling (and regular .net)

.net Compact Framework is known for missing several ?features? that regular .net developers take for granted.  One if the ready availability of profilers.  dotTrace, ANTS Performance Profiler, Team Systems Profiler (check out Visual Studio 2010 version of this?much better).  There are other profilers out there, but those are the three I am most familiar with. […]

Read More
1 Jul
2009

JQuery: Playing with Select (DropDownList/ComboBox)

Why oh why did the HTML overlords call their Combo Box/DropDownList a SELECT?  Then call the items in the list OPTIONS?  It isn’t like there weren’t a plethora of other names for the widget.  Then it could have been consistent anyway. Oh well. It seams that each time I start a new project I have […]

Read More
24 Jun
2009

ToggleButton Command for Prism

 Prism Commands enables you to handle user interactions in Xaml.  Even though the plumbing is there, Prism lacks commanding support for everything but Buttons.  Fortunately, it?s relatively easy to create new Commands for a range of controls.  This post details how to create a Checked and UnChecked Command for the ToggleButton (which can be applied […]

Read More