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.
I have created a Shopping Cart web application in Asp.net Core using an SQL server database. In this project, we perform insert delete edit and retrieve data and also CRUD Operation Using Entity Framework Code First approach with the help of JQuery and Ajax and also implementation Repository Pattern.