User1435703709 posted
I am new to EL= Enterprise Library and EF= Entity Framework, I want guidence, wheather to use EL or EF.
EL = Enterprise library gives me the flexibility that I can change the underlying data base server (like for example from SQL Server to Oracle) without effecting the code.
BUT
EF releives me from the pain of creating and linking the bussiness entities.
I wonder what shoud I do?
Can I use a mix of both of these, For Example to create all the bussiness entities using EF and then use EL for the data base Inserts, Updates and Delete.
If someone recommends me to user Microsoft Enterprise Library, Is there any ORM available that just mappes my data base tables to bussines entities (C# classes) and also maintain there relationship