TIL capitalising letters with regex
Fixing a code analysis auto-fix which made acronyms less clear
Jun 3, 20262 min read

Search for a command to run...
Articles tagged with #todayilearned
Fixing a code analysis auto-fix which made acronyms less clear

I was recently working with an EF Core entity which contained a C# Point property representing a geolocation. This was stored in a single column in a SQL Server database. (I think this uses NetTopolog
