Our great sponsors
-
Also, to minimize duplication of code and optimize your architecture i suggest using something like https://github.com/ardalis/Specification
-
eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
I use something very similar to this https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/src/Services/Ordering/Ordering.Domain/SeedWork/IRepository.cs .
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Related posts
- Design question after the "Autommaper hate" post today
- Small or medium sized open-source microservices
- Examples of micro services
- What is a good open source project to review that covers everything a mid-level .net developer should know?
- How to register open-generic types (Command and CommandHandler Mediator pattern) in autofac?