Building Scalable ASP NET Core Web API with Onion Architecture and Abstract Factory Design Pattern
Make sure that you have gone through my article about CQRS for ASP.NET Core before proceeding. To keep things simple but demonstrate the architecture to the fullest, we will build an ASP.NET Core Web API that is quite scalable. For this article, Let’s have a WebApi that has just one entity, Product. Onion Architecture with […]
