Coding Grounds
Compilation of different programming projects I amuse myself with.
Friday, 18 November 2022
Case insensitive search in HotChocolate GraphQL
›
I tested out the contains operator on string fields today in GraphQL. It is actually case sensitive, and this is counter-intuitive since I h...
Sunday, 4 September 2022
Faster expansion of databases in Sql Server Management Studio
›
I have observed a slow expansion of databases tree in Sql Server Management Studio. This can actually be fixed on many Sql Server instances ...
Saturday, 27 August 2022
DynamicObject : Thread safety and anonymous type initialization
›
This article will present code that shows how we can create a custom dynamic object and control its behavior, supporting thread safety when ...
1 comment:
‹
›
Home
View web version