MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Fundamentals of OOD Part 3: Method Cohesion

    Single Responsibility Principle (SRP) helps us write more cohesive types and methods. Cohesion is the relatedness of the members of a type to each other and the relatedness parts of a method's code to other parts. Method cohesion Often times a method is not very cohesive, meaning the code that it...
    Posted to Peter Ritchie's MVP Blog (Weblog) by PeterRitchie on 06-10-2008
    Filed under: C#, Software Development, Design/Coding Guidance, DevCenterPost, OOD
  • Fundamentals of OOD, Part 2 - Encapsulation Scope

    Let's look at the ubiquitous Person concept. It might seem logical that an application that deals with people should have a Person interface for classes to implement. For example: public interface IPerson { String GivenName { get; set; } String SurName { get; set; } IAddress Address { get; set; ...
    Posted to Peter Ritchie's MVP Blog (Weblog) by PeterRitchie on 05-08-2008
    Filed under: C#, Software Development, Design/Coding Guidance, DevCenterPost
  • Fundamentals of Object-Oriented Design (OOD) Part 1

    With increased usage of patterns and situationally specific strategies, people sometimes lose sight of the concepts and principles behind these patterns and strategies and fail to follow them when they're not using patterns or strategies. I feel it's good to periodically review the fundamental...
    Posted to Peter Ritchie's MVP Blog (Weblog) by PeterRitchie on 05-01-2008
    Filed under: C#, Software Development, Design/Coding Guidance, DevCenterPost
Page 1 of 1 (3 items)


Copyright © is the original authors. Blog site is an independent site not sponsored by Microsoft. The Yoda blog server and the Brianna SQL server would like to thank www.ownwebnow.com and www.exchangedefender.com. They wouldn't be here and broadcasting without the generosity of Vlad Mazek and his companies.

Powered by Community Server (Commercial Edition), by Telligent Systems