Things learned from implementing Elasticsearch Posted on May 7, 2024 | 5 minutes | Nico Sap Some learnings from using Elasticsearch in .net regarding schema’s, queries, nuget libraries, … [Read More] elasticsearch todayilearned dotnet
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