Coding Grounds
Compilation of different programming projects I amuse myself with.
Monday, 20 February 2023
Running eclint locally in development environment
›
If you have come accross eclint in Azure Devops or in other scenarios, you might want to run this in local development instead to get your ...
Sunday, 5 February 2023
Calculating the weeks difference in C#
›
This short article will present a method to calculate a WeekDiff method in C#. We could first just look at the TimeSpan and divide by sev...
Friday, 3 February 2023
Looking into a stacktrace to find a given method name
›
When you log exceptions, it is sometimes interesting to look after a method name in the stackTrace (the 'callstack' where the applic...
‹
›
Home
View web version