Feeds:
Posts
Comments

Posts Tagged ‘Fowler’

Spring.NET looks to be a great way to implement some best practices such as DI and AOP while letting someone else (Spring.NET) take care of the grunt work. Unfortunately, I can’t seem to find very good sample code, and I’ve read comments about it being “overly complicated”. Then again, that makes it sound just like [...]

Read Full Post »

I know I’m certainly guilty of this. I treat the domain model simply like a means of accessing the database and build all the real logic into a set of “managers” that manipulate the entities and do the actual work.
How does the idea of a rich domain model intersect with the Entity Framework? Sure you’ve [...]

Read Full Post »