Coding Grounds
Compilation of different programming projects I amuse myself with.
Friday, 28 February 2020
Strongly typed ConfigurationManager in .NET Framework
›
Handling configuration files in .NET Framework is often tedious. You retrieve the app setting as a string and must then parse it out. Dont ...
Thursday, 20 February 2020
Generic method ShouldAll for FluentAssertions
›
This is a simple etension method for Fluent Assertions called ShouldAll that can be run on a collection and you can pass in your predicate o...
2 comments:
Saturday, 4 January 2020
Implementing GetPropertyNames in Typescript
›
I am currently working on a Linq-like library for Typescript and wanted to implement something like GetProperties of C# in Typescript / Java...
1 comment:
‹
›
Home
View web version