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…
Month: <span>February 2020</span>
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…
I am honored to have been extended the opportunity to present at the South Florida Developers Conference this year, taking place on February 29th, 2020. My talk will be about…
I use Visual Studio Code for my Angular Development. It is lightweight, free and has a portable version which I carry around with me everywhere just in case. However, I…
One should be cautious when deleting massive number of rows (ex: few millions) from a database. T-SQL Delete command is a logged operation as per the OLTP ACID properties (A…
Coming up with consistent, meaningful, yet short and pragmatic names for our Angular project components is not easy. Today, in trying to be very descriptive as per the Angular Style…
I love my command line. With all the CLI tools out there (dotnet, Angular, etc.) one can say that command line is back as an efficient way to get things…