Coding Grounds
Compilation of different programming projects I amuse myself with.
Wednesday, 27 March 2024
Importing Json File to SQL Server into a variable
›
A short article today of how to import JSON file to SQL Server into a variable, which can then be used to insert it into a column of type N...
Tuesday, 19 March 2024
Functional programming - Fork combinator in C# to combine results from parts
›
This article will discuss a wellknown combinator called Fork which allows you to combine the mapped result. Consider the following extensi...
Sunday, 10 March 2024
Functional programming - the Tee function to inspect current state in a chained expression
›
In this article we will look at helper extension methods of StringBuilder first to better support chaining StringBuilder. We will work on t...
‹
›
Home
View web version