4
votes
8answers
326 views
How to separate data validation from my simple domain objects (POCOs)?
This question is language agnostic but I am a C# guy so I use the term POCO to mean an object that only preforms data storage, usually using getter and setter fields.
I just reworked my Domain Model …
3
votes
4answers
82 views
How is ENFORCED the separation of concerns in ASP.NET MVC ?
I have been studying, playing with and working with ASP.NET MVC since Preview 1 in 2007 (december). I have been a fan of it since 2008 and I support it all the way.
However I keep hearing and reading …
2
votes
2answers
100 views
What is a good way to show the relationship between loosely coupled classes and interfaces?
I have introduced the SOLID principles to my team and they understand and are excited about using the principles.
S - SRP - Single Responsibility Principle
O - OCP - Open/Closed Principle
L - LSP - …
