Coding Grounds
Compilation of different programming projects I amuse myself with.
Saturday 28 May 2022
Using expression trees to build up loops - Gauss Summation
›
I tested out Expression trees today in more depth and played around with Gauss summation. The Gauss summation is a well-known theorem in Cal...
Get properties of a given type in C#
›
This article shows how we can find all properties with a given property type. The provided code also can find private properties or look for...
Wednesday 6 April 2022
Abstract factory - registering factory methods
›
Today, instead of relying on factories we often resort to dependency injection. However, you can 'blueprint' objects by offering a h...
1 comment:
‹
›
Home
View web version