Why Entity Framework? [closed]
My question here is why should i want use the entity framework instead of other XYZ.Can anyone please give a crystal clear idea/overview about this.Thanks in advance
There is no crystal clear reason. Every solution requires a different set of tools.
All kind of factors are taken into account when choosing a persistence method:
- Team skill set
- Product size
- Performance requirements
- Data Structure
- Cost
- etc.
i suggest you see this question:
Entity Framework 4 vs NHibernate
Because it's supported by Microsoft.
精彩评论