Skip to content
DaedTech

DaedTech

  • Check Out Products I Offer
  • Hire Me
  • View Interviews and Columns
  • Get in Touch
DaedTech
DaedTech
  • The Life of a Programmer

    Software Craftsmanship and the Art of Software

    ByErik Dietrich May 10, 2011September 27, 2012

    Context I’m a member of the LinkedIn group “Software Craftsmanship.” I’m not an active member, but I do like perusing the discussion topics. Recently, I read through this discussion on whether software is more of an “art” or a “craft.” This set me to musing a bit, so I thought I would post about it…

    Read More Software Craftsmanship and the Art of SoftwareContinue

  • .NET

    Microsoft Pex

    ByErik Dietrich April 30, 2011June 30, 2015

    I’ve recently started to play around with Microsoft Pex, and I’m discovering (1) that there is a non-trivial learning curve; and (2) that it seems like a pretty powerful tool. As best I can tell at this early stage (and admittedly, I’m certainly a neophyte), there seem to be two major components. The first is…

    Read More Microsoft PexContinue

  • .NET

    Why I Don’t Like C# Extension Methods

    ByErik Dietrich April 20, 2011March 13, 2018

    When I first became aware of the Extension Method in C#, my reaction was similar to that of a lot of people–I thought it was a pretty neat trick. For anyone not familiar with extension methods, they are a construct introduced in C# along with LINQ to allow ‘extension’ of a class. Here’s an example:…

    Read More Why I Don’t Like C# Extension MethodsContinue

  • .NET

    Microsoft Code Contracts

    ByErik Dietrich April 19, 2011June 30, 2015

    I’m currently working on an ongoing side project, and we’re using Microsoft Code Contracts, so I thought that I would create a series of posts documenting my experience with this as a new and curious user. The basic idea of it is to standardize and formalize preconditions, post conditions, and invariants in your classes. For…

    Read More Microsoft Code ContractsContinue

  • .NET

    WPF and Notifying Property Change

    ByErik Dietrich April 8, 2011March 13, 2018

    One of the central idioms of WPF development is having presentation tier classes implement the INotifyPropertyChanged interface. Anybody who has done more than a “Hello World” WPF application or two is almost certainly familiar with this and quite probably knows it like the back of his or her hand. As I’ve been learning WPF with…

    Read More WPF and Notifying Property ChangeContinue

Page navigation

Previous PagePrevious 1 … 216 217 218 219 220 … 222 Next PageNext

© 2026 DaedTech

  • Check Out Products I Offer
  • Hire Me
  • View Interviews and Columns
  • Get in Touch