Coding Grounds
Compilation of different programming projects I amuse myself with.
Wednesday, 24 November 2021
Scanning solutions for NUnit test adapter via Powershell
›
Checking that we have added test adapter for NUnit so that our tests in Azure Devops are run A challenge with running tests inside Powersh...
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:
‹
›
Home
View web version