Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to work with MVC 4 without Using entity Framework.
It is very difficult to use with any changes in database.
Posted
Updated 27-Jul-17 1:39am
v3

1 solution

Use ado.net, Linq To SQL, nHibernate or whatever other database access technology you prefer. MVC is a presentation framework, it isn't tied to any other framework and that includes Identity, Entity Framework etc etc.
 
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