Home

Awesome

Build status

<img src="https://i.imgur.com/viGfas1.jpg"/>

<b>What is HopFramework?</b>

Hop Framework is a framework that began with a beer lover and IPA lover. IPA has as main characteristic the addition of different hops in brewing to increase the flavor and aroma of the beer. The project has as main goal help developers to understand the DDD principles using design patterns and applying them in the project as infrastructure, It means that all the complexity will be abstracted and delivered by smalls packages.

<b>Who should use this framework?</b>

All developers that have the necessity to segregate the infrastructure from domain and want to focus on business development forgetting the complexity to think in architecture and how to setup a new project every day.<br/> The project is based on DDD and few design patterns with the goal of isolate the domain and business rules from the infrastructure.

<b>Design Patterns</b>

Dependency Injection<br/> Inversion of Control<br/> Repository Pattern<br/> Unity of Work<br/> Command Pattern<br/> Domain Notification<br/>

<b>Framework</b>

.NET 5<br/> .NET Standard