by Matt Palmer
February 15, 2010
You may have read about the new strongly-typed helpers in ASP.NET MVC 2. In addition to the HTML element helpers like Html.TextBoxFor(), you can use the more generic Html.EditorFor() to build your own template for editing a custom data type. In this post, I'll show you how to create a single templat...
[More]
by Matt Palmer
January 13, 2010
I recently read a great post that tied chef Gordon Ramsey's obsessive nature to software quality:
Gordon Ramsey, in his auto-biography, defended his obsessive perfectionist nature, arguing he has to obsess. You don’t win Michelin stars without it.
“It doesn’t matter how amazing the steak is,...
[More]
by Matt Palmer
June 25, 2009
Windows 7 will be available in stores October 22 - is your app ready? Here's a quick checklist to make sure your application takes full advantage of the new features in Windows 7:
Test for compatibility Tools like Application Verifier can help you ensure your application has a smooth transition to ...
[More]