Parent tag:Software DevelopmentData StorageThis tag contains anything related to data storage, storage techniques and different storage platforms.2021-02-01Software DevelopmentSQLData StorageSimilar string search with the Levenshtein distance on SQL ServerRecently 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.2021-01-31Software Development.NETData StorageAccessing the filesystem with an asp.net core app run on DockerI ran a bunch of experiments to figure out how to access the filesystem from a .NET app running on Docker.2020-03-12Software Development.NETData StorageAsynchronous streams in C# and scrolling through ElasticSearch with NEST2019-03-30Software Development.NETData StorageEntity Framework Core: insert or update, the lazy way2019-03-08Software Development.NETSQLGraphQLData StorageImplementing pagination with GraphQL.NET and RelayI 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-06Software Development.NETSQLData StorageHow can I use cursor based pagination on SQL Server with C#?2019-02-12Software Development.NETGraphQLData StorageHow to create GraphQL data loaders for Entity Framework?2018-05-19Software DevelopmentSkyhopData StorageAchieving one billion2018-05-12Software Development.NETData StorageHow to move data from MSSQL to ElasticSearch at galactic speeds2018-04-23Software Development.NETSQLData StorageScaffolding an existing SQL database with Entity Framework Core in 5 minutes