Solving Hierarchical Tags using Nested Sets Posted on October 8, 2023 | 8 minutes | Nico Sap Implementing nested sets to performantly lookup hierarchical tags [Read More] sql nested-sets software-development
Specification Pattern in C# Posted on October 7, 2023 | 7 minutes | Nico Sap Explaining the Specification Pattern used in c# using an example in E-Commerce [Read More] csharp specification-pattern software-development open-source dotnet