Coding Grounds
Compilation of different programming projects I amuse myself with.
Saturday, 29 September 2018
Injecting text in html lists into lists using Sass
›
I wanted to test out if I could inject text via Sass style sheets to see if Sass could somehow support this. Of course, this is already pos...
Thursday, 6 September 2018
Some handy Git tips - show latest commits and searching the log and more
›
This article will present some tips around Git and how you can add functionality for showing the latest commits and search the log. I wou...
Tuesday, 21 August 2018
Creating a validation attribute for multiple enum values in C#
›
This article will present a validation attribute for multiple enum value in C#. In C#, generics is not supported in attributes. The follow...
‹
›
Home
View web version