#sql2018-04-23Scaffolding an existing SQL database with Entity Framework Core in 5 minutes#software-development#dotnet#sql#data-storage2018-09-21Converting .NET Ticks to MSSQL DateTime and back#software-development#dotnet#sql2018-11-07Stream processing SQL-stored data in C##software-development#dotnet#sql2018-12-26Cursor based pagination with C# and SQL Server#software-development#dotnet#sql#graphql2019-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.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.