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

Refactor to Sat.Recruitment project #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

osacar23
Copy link

@osacar23 osacar23 commented May 1, 2023

Migration from net core 3.1 to net core 6 was made because version 3.1 is not supported by microsoft.
3 new projects were added to the solution:

  • sat.recruitment.model This project was added in order to have a dll that contains each of the models to be used within the solution.

  • sat.recruitment.provider This project was added in order to have a dll where all the necessary logic is done before processing the information to the database.

  • sat.recruitment.service this project was added in order to handle all connections to the data provider which for this exercise was a .txt file.

log4net was implemented to have a file in which exceptions that occur at runtime can be identified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants