EF and design pattern
Posted
by kathy
on Stack Overflow
See other posts from Stack Overflow
or by kathy
Published on 2010-04-12T16:15:01Z
Indexed on
2010/04/12
16:23 UTC
Read the original article
Hit count: 386
architecture
|entity-framework
Hello,
I’m working on a high volume transactional enterprise application(asp.net, windows app, oracle app as client) which has been designed using n-tire application and SOA architecture .The application was developed in the .NET platform utilizing C#,VB.NET, Framework 3.5 (I’m planning to upgrade to the , Framework 4.0), EF( EF in the data layer level) and WCF(WCF services in the service layer level) Since this is the first project using EF, and having read about using EF in n-tier and SOA applications, and the features available in the EF Feature, I have the following points:
- Which design pattern should I use in EF( Simple Entities, Change Set, Self-Tracking Entities and DTOs) in the data layer level
- In addition Which design pattern should I use in the other tier and layer to get the best practices of EF
Thanks
© Stack Overflow or respective owner