votes
Best practise design patterns for a web application
I have been reading allot about design patterns lately, and I have found a general pattern that I think really makes sense. It goes something like this: 1. POCO (plain old C# class) for all your entities 2. DAO's for each entity/tabl ...
