Showing posts with label The Entity Framwork. Show all posts
Showing posts with label The Entity Framwork. Show all posts

Thursday, February 23, 2012

Views Make The Entity Framework More Tolerable

As of late, I have been on the war path against The Entity Framwork, some of my peers and I have been bitten in the butt too many times. However, being less database focused, I have overlooked something very important; creating views in the database and then creating entities off of them can make your life much easier.

However, I still maintain that the best use of EF is when your DB consists of simple one-to-many relationships.