#csharp
Read more stories on Hashnode
Articles with this tag
Introduction I have been working recently on integration tests, an important topic for building sustainable software. I then discovered ASP.Net Core's...
Introduction Last article of the series: the application layer. We will talk about its role, how to write it in a functional style with just a few...
Introduction Now that you know a lot about the functional representation of value objects, it is time to switch to entities and aggregates. Entities...
Introduction Now is the time to tackle DDD... and let's start with Value Objects. We will study them using a classic object approach and then we will...
Introduction In the two previous articles, we talk about the fundamentals of functional programming and functional architecture. But before moving to...
Introduction In part 1 of this series, we understood why an application core should be designed using functional thinking. To achieve this, we need to...