Coding Grounds
Compilation of different programming projects I amuse myself with.
Saturday, 25 June 2022
Generic Singleton that allows initing a type T once
›
I have looked into a simple design pattern today and decided to have a go with a generic implementation of this. The class is sealed with a...
1 comment:
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:
‹
›
Home
View web version