Coding Grounds
Compilation of different programming projects I amuse myself with.
Saturday, 10 October 2020
Eslint Standalone in Azure Devops Build task
›
I have created a standalone tool that can run Eslint from the commandline. The tool is a Node.js application build with Pkg as a node10-win ...
1 comment:
Sunday, 27 September 2020
Generic Memory Cache for .Net Framework
›
The following sample code shows how to create a Generic Memory Cache for .Net Framework. This allows you to cache specific items defined b...
Saturday, 11 July 2020
Adding live reloads developing Asp.Net Mvc Core razor views
›
To add live reloading when developing Asp.Net Core Views, it is recommended to upgrade to .Net Core 3.1. This makes it easier to add in the ...
8 comments:
‹
›
Home
View web version