Skip to content

This application demonstrates interaction between .NET Framework app and database.

Notifications You must be signed in to change notification settings

florencecat/database-app-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3-layer architecture + patterns "Unit of work" and "Repository"

This application demonstrates using of 3-layer architecture (Business Logic Layer, Data Access Layer and Presentation Layer). It bases on .NET Framework 4.8 and uses EntityFramework for connection with simple DataBase. Interaction between layers realized with Interfaces, it helps to ease dependencies.

Here is scheme about how layers are linked: PL <-> BLL <-> DAL

About

This application demonstrates interaction between .NET Framework app and database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages