#csharp-beginners-dotnet-programming
Read more stories on Hashnode
Articles with this tag
Code Rant Chronicles · The Repository pattern, in its modern popular usage, owes much to Eric Evans’ seminal work, Domain-Driven Design: Tackling...
Code Rant Chronicles · Welcome to the eternal question every developer faces: “Where do I actually put my business logic?” We’ve all seen the...
Code Rant Chronicles · Are you a fan of Clean Architecture, Vertical Slices, or Hexagonal / Ports and Adapters? Wonderful. Does that mean you should foam...
And the Boy Scout Rule · Code gets messy for various reasons: new features under tight deadlines, patch fixes, or unclear ownership. The good news is,...
Code Rant Chronicles · Have you ever stumbled across a C# masterpiece where every single class is adorned with its very own one-liner interface?...
Not your grandparents' OOP anymore · In traditional Object-Oriented Programming (OOP), interfaces are a common way to ensure flexibility, testability,...