Unit testing Facade pattern
The facade pattern is commonly used software engineering design pattern. His purpose is to provide simplified interface to a larger body of code. It has several good uses: – Make a software library easier to [Read More…]
The facade pattern is commonly used software engineering design pattern. His purpose is to provide simplified interface to a larger body of code. It has several good uses: – Make a software library easier to [Read More…]
Today I have take a look on Single responsibility principle. It states that every object should have a single responsibility. It looks very logic and nice but does it mean that I can have only [Read More…]
In thisĀ article I will explain how to implement MVVM pattern in Silverlight. I was very overjoyed when I was reading my friends article on Codeproject about MVVM pattern in WPF . You can check [Read More…]