Gratis certificaat gebruiken voor https
2024-08-02
Als je voor een bedrijf een website maakt koopt je bedrijf een certificaat in bij een certificate authority. Maar als je voor je hobbyproject hetzelfde wil dan wil je je kosten minimaliseren...
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…