Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello every one
I am creating ERP project with MVC 5 using code first and entity framework.
so my question is that can i create ERP with Entity Framework.

What I have tried:

I already done most of my work using EF.
Posted
Updated 25-May-16 21:16pm

1 solution

It depend on your what type of modules are you trying to implement.

You can go with any of the below mentioned way
1. Microsoft.Practices.EnterpriseLibrary.Data (DAAB)
2. Entity Framework (EF)

Note:
Quote:
They are completely different animals. The DAAB is a data access library (wrappers around ADO.NET), whereas the Entity Framework is an Object Relatonal Mapper. They don't do the same thing. If you want to use a data access library, Microsoft would recomend the Entity Framework. If you want to use an ORM. they would recomment EF.


Ref site: Enterprise Library VS Entity Framework which is industry standard? | The ASP.NET Forums[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900