#data-storage2018-04-23Scaffolding an existing SQL database with Entity Framework Core in 5 minutes#software-development#dotnet#sql#data-storage2018-05-12How to move data from MSSQL to ElasticSearch at galactic speeds#software-development#dotnet#data-storage2018-05-19Achieving one billion#software-development#skyhop#data-storage2019-02-12How to create GraphQL data loaders for Entity Framework?#software-development#dotnet#graphql#data-storage2019-03-06How can I use cursor based pagination on SQL Server with C#?#software-development#dotnet#sql#data-storage2019-03-08Implementing pagination with GraphQL.NET and Relay#software-development#dotnet#sql#graphql#data-storageI describe the implementation of a cursor based GraphQL API following the Relay specification. Everything is covered, the specification, query composition, and even a real-world sample.2019-03-30Entity Framework Core: insert or update, the lazy way#software-development#dotnet#data-storage2020-03-12Asynchronous streams in C# and scrolling through ElasticSearch with NEST#software-development#dotnet#data-storage2021-01-31Accessing the filesystem with an asp.net core app run on Docker#software-development#dotnet#data-storageI ran a bunch of experiments to figure out how to access the filesystem from a .NET app running on Docker.2021-02-01Similar string search with the Levenshtein distance on SQL Server#software-development#sql#data-storageRecently I have been looking for more flexible ways to search through text within a SQL database, and I stumbled upon a suggestion which indicated to use the so called Levenshtein distance.