osmanaliyardim / WebNetSample

Epam WEB .NET Mentoring Program
MIT License
0 stars 0 forks source link

Feature/introduction-task-2 #4

Closed osmanaliyardim closed 2 years ago

osmanaliyardim commented 2 years ago

What this change does

Focus on why the change was made and provide short, clean and good summary

Code changes

Explain what files and code parts were changed in scope of PR and reviewer should pay attention for

  • Created the "WebNetSampleDBContext" class, now has 2 connection strings one for Mac and the other one for Windows, which establish a DB connection with DataAccess Layer, and Repositories, which perform CRUD operations.
  • Created PaginationParameters classes under Core Layer to load data lazyly to UI and to have pagination.
  • Created Data Access Layer registration for IoC dependency resolvers

What has been done to confirm PR works and does not break existing stuff

Provide guarantees that your change does not ruin existing functionality and works as expected

  • Tested locally with my mentor.

Screenshots

Screenshots with descriptions confirming your correct results

  • Connection Strings Screen Shot 2022-10-20 at 15 43 33
Screen Shot 2022-10-20 at 15 47 21