Um projeto que criei para testar implementações e algumas da bibliotecas mais usadas em projetos ASPNET Core focando no back-end. Esse projeto está rodando na nuvem. Utilizei o Microsoft Azure para hospedar não só o App MVC, mas também o banco de dados SQL Server. Amboas rodando e funcionando perfeitamente. Com teor de estudos, implementei uma API de 3 camadas(Repository Pattern), CQRS, Mediator na Controller, promovendo assim um grande desacoplamento, nos facilitando tanto o refatoramento, como em caso de quebra fica fácil o ajuste.
Nesse link abaixo, você consegue acessar o projeto no Azure. Teste, cadastrei, atualiza e delete, e se quiser pode deixar o registro!(Obrigado por testar).
O que eu usei?
- MVC (Model, View, Controller)
- Repository Pattern
- C#
- ASP.NET Core
- Entity Framework (ORM)
- HTML
- CSS
- Bootstrap
- SQL SERVER
- AutoMapper
- MediatR
- Microsoft Azure
Project created to test implementations and some of the most commonly used libraries in ASP.NET Core projects focusing on the back-end. This project is running in the cloud. I used Microsoft Azure to host not only the MVC App but also the SQL Server database. Both are running and functioning perfectly. As part of my studies, I implemented a three-layer API (Repository Pattern), CQRS, and Mediator in the Controller, promoting a significant decoupling that facilitates both refactoring and adjustments in case of issues.
In the link below, you can access the project on Azure. Feel free to test it by creating, updating, and deleting records, and if you wish, you can leave a note! (Thank you for testing).
What i used here?
- MVC (Model, View, Controller)
- Repository Pattern
- C#
- ASP.NET Core
- Entity Framework (ORM)
- HTML
- CSS
- Bootstrap
- SQL SERVER
- AutoMapper
- MediatR
- Microsoft Azure
Thanks for being here!