Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Interface based programming?

    I know that generally the design patterns promote programming to an interface not an implementation - and this provides more loose coupling, and helps keep inheritance trees down. My personal opinion is that component based programming is really nice, but I see few people actually implementing the component...
    Posted to Granville Barnett (Weblog) by gbarnett on 11-10-2007, 12:00 AM
    Filed under: Software Development, Patterns, Design
  • JUST RELEASED: p&p Acceptance Test Engineering Guide, Volume I - beta2

    Microsoft patterns & practices is excited to announce the latest addition to the p&p library of software engineering guidance: Acceptance Test Engineering Guide, Volume I (BETA 2) Codeplex site: http://codeplex.com/TestingGuidance Here is some of what it covers ! Common Scenarios – How to Plan...
    Posted to What's New (Weblog) by Anonymous on 07-01-2009, 12:00 AM
    Filed under: Software Development, Microsoft, blog, Best Practices, Testing, patterns
  • The Law of Demeter Is Not A Dot Counting Exercise

    Recently I read a discussion on an internal mailing list on whether or not it would be worthwhile to add a null dereferencing operator to C#. For example, one proposed idea would allow the following expression. object a = foo.?bar.?baz.?qux; This would assign the variable a the value null if any one...
    Posted to What's New (Weblog) by Anonymous on 07-14-2009, 12:00 AM
    Filed under: Software Development, patterns, SOLID, Law of Demeter
  • Demeter Transmogrifiers To The Rescue

    In a recent post, The Law of Demeter Is Not A Dot Counting Exercise , I wanted to peer into the dark depths of the Law of Demeter to understand it’s real purpose. In the end I concluded that the real goal of the guideline is to reduce coupling, not dots, which was a relief because I’m a big fan of dots...
    Posted to What's New (Weblog) by Anonymous on 08-16-2009, 12:00 AM
    Filed under: Software Development, patterns, Law of Demeter, LoD
Page 1 of 1 (4 items)