This post originated from an RSS feed registered with .NET Buzz
by Arjen Poutsma.
Original Post: Data Models
Feed Title: The Ancient Art of Programming
Feed URL: http://feeds.feedburner.com/TheAncientArtOfProgramming
Feed Description: A blog about programming in .NET and Java
It seems that I am not the only one preferring a domain model above a relational model. Martin Fowler wrote:This may have something to do with the fact that while SQL works well for databases, we don't have the equivalent for in-memory processing. Thinking relationally is one of the things ...