Rebuild index performance: int vs bigint
2023-11-12
Some time ago I was working with a company that had a lot of data in multiple tables, using bigint as the primary key. At the time, it looked like a good idea to rebuild these indexes each...
EF Core: IEnumerable to separated list of string
2023-09-16

How to use entity framework core value conversions to store value types that are not supported natively by the database engine…

Using Dependency Injection and IOptions in Azure Functions
2023-07-31
So, I created this Azure Function and because I have a lot of parameters that I would like to be able to use in dependency injection I did not want to go with the familiar way like this: ...