Things to consider when using Entity Framework
Feb 21st
Entity Framework is a great ORM tool. It greatly simplifies database access and gets you going really fast. It’s got a great set of features, and it’s becoming one of the most used ORM tools in the .Net world. However, in some situations, not everything in EF is so great. There are certain things that you have to be careful with when working with EF. For the most simple scenarios, its usage right out the box without any other consideration will work. But, if you’re working in some medium or large-sized project, then there’s some things to consider:

