You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project exemplifies the implementation and dockerization of a simple Razor Web MVC Core consuming a full GraphQL 4 Web API, build in a .NET 6 multi-layer project, considering development best practices, like SOLID and DRY, applying Domain-Driven concepts in a Onion Architecture.
Proyecto funcional con .NET Core que implementa el patrón de diseño FACTORY METHOD para hacer una aplicación web que utiliza varios motores de bases de datos (SQL Server y MySQL) con buenas prácticas.