Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create separate projects for three-layer architecture #25

Open
HoshkoS opened this issue Nov 6, 2023 · 0 comments
Open

Create separate projects for three-layer architecture #25

HoshkoS opened this issue Nov 6, 2023 · 0 comments
Assignees

Comments

@HoshkoS
Copy link
Collaborator

HoshkoS commented Nov 6, 2023

Three-tier architecture of the project.
In project solution, add project folders for a three-tier architecture: DAL (database access through Entity Framework Core) <-> BLL (business logic layer where the main functionality of your project, including unit tests, will be) <-> Presentation (UI project).
Distribute the logic of program across these tiers.

@HoshkoS HoshkoS added this to F12 Nov 6, 2023
@HoshkoS HoshkoS converted this from a draft issue Nov 6, 2023
@HoshkoS HoshkoS self-assigned this Nov 6, 2023
@HoshkoS HoshkoS moved this from Planned to Done in F12 Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant