Coding Grounds
Compilation of different programming projects I amuse myself with.
Monday, 6 June 2022
Repository pattern in Entity Framework Core
›
I have been looking into repository pattern for EF Core today. This is what I got : using SomeAcme.Interfaces; using System; using S...
Saturday, 4 June 2022
Making use of extension methods to extract data from FHIR bundles
›
This article shows some extension methods to extract data from FHIR bundles, where FHIR stands for Fast Healthcare Interoperability Resource...
1 comment:
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...
‹
›
Home
View web version