Coding Grounds
Compilation of different programming projects I amuse myself with.
Sunday, 25 April 2021
Making NUnit tests run in Team City for NUnit 3.x
›
Team City has several bugs when it comes to running NUnit tests. The following guide shows how you can prepare the Team City build agent t...
Sunday, 18 April 2021
Implementing a Strip method with regex in C#
›
This article will present a Strip method that accepts a Regex which defines the pattern of allowed characters. It is similar to Regex Replac...
1 comment:
Monday, 1 March 2021
Implementing ToDictionary in Typescript
›
In this article I will present some code I just did in my SimpleTsLinq library, which you can easily install using Npm. The library is here...
1 comment:
‹
›
Home
View web version