#csharp
Read more stories on Hashnode
Articles with this tag
Let’s find out how to implement value objects and map them to a database table with EF Core 6.0. · What is Value Object A value object is an object...
I want to share with you how .NET 6 features with the new MediatR.Extensions.AttributedBehaviors NuGet package helped me polish my MediatR pipelines. ·...
I wrongly designed my code which could lead to the multiplication classes. Then I was introduced to Bridge Pattern and fixed my code design. · The Gang...
Guide for better Error Handling: principles, recommendations, and techniques on how to work with exceptions in C#. · Error handling is an essential part...
The definitive guide with an example of how to break class and separate concerns using the Single Responsibility Principle. · Single Responsibility...
When, Why, and How to use Strategy Pattern in C#. The quick and easy introduction. · The Strategy Pattern Strategy Pattern or SP enables selecting an...