Tranzact_AddressBook_Backend Solution technologies ASP.Net Core (.NET 7.0) In-Memery DB Entity Framework Core Solution Folder Structure AddressBook.API: Presentation Layer - Web API Project and DTOs AddressBook.Application: Application Layer - All contracts related to Infrastructure (Repositories) AddressBook.Domain: Domain layer - All Entities AddressBook.Infrastructure: Infrastructure layer - DBContext, Implementation of Generic repository and repositories.