Related resources for cleancode
  • Open-Closed Principle (OCP) in .NET 6 Core10/30/2023 5:50:49 AM. As a beginner developer, you're likely on a quest to create clean, maintainable, and scalable code. One of the guiding principles in this journey is the "Open-Closed Principle" from the
  • Ports And Adapter Architecture7/28/2021 8:29:30 AM. Ports and adapter is a very old and clean architecture to write modular and decoupled code. It was formally known as Hexagonal due to its diagram. Which shows as a hexagonal.
  • How To Organize Your ASP.NET Core Startup File8/26/2019 4:49:05 AM. In this article, you will learn how to organize and clean up your Startup.cs.