Search Results

3
votes

How to learn “good software design/architecture”?

Try reading Eric Evans's Domain-Driven Design: Tackling Complexity in the Heart of Software along with Fowler's …
2
votes

ASP.NET MVC - User Input and Service/Repository - Where to do Validation?

Check the following blog posts http://blog.codeville.net/2008/09/08/thoughts …