BlueZoneNet: Implementing Hexagonal Architecture in .NET

Introduction In software engineering, architecture is not only about organizing folders or choosing frameworks. Architecture is also about deciding where the business rules live, how they interact with the outside world, and how easily we can test them without depending on databases, user interfaces, external APIs, files, or infrastructure. BlueZoneNet is an example application thatContinue reading “BlueZoneNet: Implementing Hexagonal Architecture in .NET”