Coding Grounds
Compilation of different programming projects I amuse myself with.
Friday, 9 July 2021
Immutable lists in C# - Adding a wrapper class
›
This article will discuss the immutable collections in C#, more precisely immutable lists of generic type T wrapped inside a class. This mak...
2 comments:
Wednesday, 7 July 2021
Dapper - Inner Joins between two tables - Helper methods
›
Many developers use Entity Framework (EF) today as the library of their data access library to communicate against the database. EF is a ORM...
2 comments:
Thursday, 1 July 2021
SelectMany / Flattening multiple arrays at arbitrary depth in Typescript (Javascript)
›
I just added a flatten method of my SimpleTsLinq library today! The Github repo is at: The Npm page is at: This method can flatten mult...
1 comment:
‹
›
Home
View web version