A classic debatable subject is whether a 100% percent code coverage is really a realistic requirement or goal. Opinions vary, but I feel the common consensus is “It depends”. For…
Author: <span>admin</span>
I am excited to be speaking about “.Net Core Application Logging with Serilog and MongoDB” at the Coders Café meeting taking place online on Tuesday May 19th, 2020. For more…
Logging is essential in any software. Logged messages can aid in troubleshooting sporadic errors that may only occur in production. Logging can also include identity tracking so we are able…
The Mongo Shell is an interactive JavaScript interface to MongoDB. You can use the mongo shell to query and update data as well as perform administrative operations ( https://docs.mongodb.com/manual/mongo/ ).…
While setting up MongoDB for windows using the MSI Installer, I ran into an interesting error on attempt to start the MongoDB Server Windows Service. To troubleshoot the problem, I…
Upgrading to the Angular CLI v9.0 template has been made much easier with the detailed upgrade instructions found at https://update.angular.io/#8.0:9.0l3 and selecting the option to migrate from Angular 8 to…
Microsoft’s File Checksum Integrity Verifier is a very useful command-prompt utility that offers switches to help verify cryptographic hash values of files (MD5,or SHA-1). This is very useful as most…
One goal of .Net Core 3 is to better separate “The Core Framework” from “Framework Tooling”. Furthermore, a new feature that allows installing tools local to a project was introduced…
In looking at Angular 9 and the latest release of the Ivy Angular compiler, we may benefit from going back and reminding ourselves of the differences between Virtual DOM, Incremental…
The much anticipated Angular 9 release is finally here! Now comes the challenge of how to install and experiment with the latest exiting features it brings without breaking other projects…