Base solution for your next web application
Open Closed

Remove Entity Framework referene from UI Web project #1244


User avatar
0
holivieri created

ABP seems to be a great framework. I have been looking for something like this since a long time. It will be great if Entity Framework reference could be removed from Web application, I know it is a hard work but presentation doesn't need to know about persistance framework.

Regards


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Actually, Web layer has no knowledge on EF layer in the template. But, adding a reference is the easiest way of adding EF project assemblies to output when you publish your project.