Developing a separate project with Entity Framework -


i want create class library project data access layer project , there want generate edmx data model file ef , want communicate dal business layer separate project.

thanks

if you're asking how it's pretty easy.

  • add new project solution.
  • add ado.net entity data model (edmx file).
  • optionally add dataaccess class/es access data.
  • add reference project business layer project.

Comments