Today i want to explain how to install Kong Api Gateway on your Windows Docker Desktop. This is the official guide but there are some…
ElasticSearch 5 – NEST Dynamic QueryContainer with QueryContainerDescriptor
How can i create a dynamic QueryContainer with many QueryContainerDescriptor? How to dynamically build up a Bool query using the NEST client? I will teach you how…
ElasticSearch 5 – How to start using NEST C# .net
In this guide i want to show you how to start in c# .net framework with ElasticSearch version 5, with the library NEST. WHAT IS…
Day pill – c# divide list into sized group
Hi, Today i have read on stackoverflow some user that ask how to divide a list into equal part. So i have decided to write…