Jump to content

Help with data access design with EF6 and ASP.NET

madknight3
Go to solution Solved by madknight3,

Decided to try implementing the following design patterns to improve the current state of things

  • Model-View-Presenter (MVP) pattern
  • Repository pattern
  • Unit of Work pattern

I'm wondering if any of the more experienced programmers out there can give me some design advice for my data access layer (using EF6) of my ASP.NET web forms application.

 

- edited out specifics -

Link to comment
Share on other sites

Link to post
Share on other sites

Decided to try implementing the following design patterns to improve the current state of things

  • Model-View-Presenter (MVP) pattern
  • Repository pattern
  • Unit of Work pattern
Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×