Original post: https://siderite.dev/blog/sparse-arrays-in-javascript/ Intro Welcome to...
Original post: https://siderite.dev/blog/arrayfrom---more-powerful-than-you-think/ Array.from is a...
Original URL: https://siderite.dev/blog/bypassing-blocking-chrome-certificate-screens Yep, it's is...
Intro In the .NET world one of the most used method of accessing databases is with Entity...
A few years ago I wrote about this, but in less detail. Here is a more refined version of the same...
Here is the scenario: you have two tables: a source of recent data and an SQL Server destination...
What is the structure of a table created from another via SELECT * INTO [Second] FROM [First] ? A...
I have been maintaining a Chrome browser extension I wrote for more than a year now and I always get...
Just a few days ago I was writing on how important it is to tell Entity Framework what SQL type to...
I've built an application and, like any lazy dev out there, I focused on the business logic, the...
Intro This post is about the System.InvalidOperationException: This SqlTransaction has...
Original post at: https://siderite.dev/blog/in-class-members-which-functions-not-defined-unles/ You...
Original post at: https://siderite.dev/blog/disabling-onedrive-in-microsoft-office/ Microsoft Office...
Original post: https://siderite.dev/blog/disable-csp-headers-and-meta-tag-in-chromium-based/ Note:...
Original post at: https://siderite.dev/blog/sql-server---timing-out-because-of-table-variables/ Some...
Original post at: https://siderite.dev/blog/better-options-than-object-and-collection-initiali C#...
Original post at: https://siderite.dev/blog/custom-resolve-handler-in-microsofts-serviceprovid/ ...
Original post at: https://siderite.dev/blog/xmlserializer-memory-leak/ So I was happily minding my...
Original post at: https://siderite.dev/blog/stringjoin-in-excel/ There is a common task in Excel...
Original post: https://siderite.dev/blog/fast-fuzzy-searching-of-string-in-list Sift4 algorithm:...
Original URL at: https://siderite.dev/blog/temporary-tables-better-than-table-variables Today I had...
Original post at:...
Original post at: https://siderite.dev/blog/careful-with-table-partitioning-in-sql I had this...
Original post at: https://siderite.dev/blog/introduction-to-sql-microsoft-sql-server This is a very...
Original URL: https://siderite.dev/blog/careful-with-views-with-schemabinding-in-microsoft I was...
Original URL: https://siderite.dev/blog/quick-sql-hint-use-application-name-in-connection-/ When we...
Original post at: https://siderite.dev/blog/game-idea-candidate-chess/ As always, everything that...
Installing Windows 11 is a trip. Not only does it comes with its own idea on how your taskbar and...
Original post at: https://siderite.dev/blog/chess-engines-optimizing-for-wrong-thing Chess is a...
Original post at: https://siderite.dev/blog/readpast-your-problems-in-sql/ Interesting SQL table...