Which architectural structure should I choose for a project that I will develop with ASP.Net Core MVC, where data in the same template can be accessed from both a Database and some Web APIs?
Note: I use EntityFrameworkCore for database operations
There will be areas for Workers and Recruiters in the project.
- In the Recruiter Area, new data can be added to the database.
- In the Worker Area, data related to the search will be fetched from both the
Databaseand someWeb APIs.
Aucun commentaire:
Enregistrer un commentaire