Skip to content

Gizachew-Eshetie/ContactService

Repository files navigation

ContactService

This project is designed for developers who want to start developing .Net 5 Web API with n-tier architecture.
Main Component projects:
#Model Project contains model classes.
#Entities Project contains implementation of Entity Framework Core using Code first approach.
#DataStore Project is basically inmemory database.
#DAL Project is data access layer which implements CRUD operations or End points of the API.
#ContactRepository Project is a repository project which calls DAL methods.
#ContactService is the service/API project.
#ContactServiceUnitTests is unit test project based on MSTest.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages