The Docker Run Command is the command used to launch a docker container. But in reality, it does more than that. Not only does it run a container, but it…
Welcome back, coders! In this article, we're going create some Data Models with .Net Core. Just in case you're not familiar with the term Data Model, let's go over the…
About a year ago, I wrote some code to quickly add google analytics to your angular spa app. As with any code, it's changed a bit over time. I recently…
EF Core doesn't have a built in way to trim string columns automatically but with just a few lines of code you can accomplish this yourself. Step 1. Simply create…
A asynchronous programming allows you to run multiple sections of code in parallel. It can greatly increase the performance for complex calls and it's been all the rage for RESTful web-api…
The Tools: Welcome back! Today we're going to cover the basic tools we'll need through this course. We're going to keep in simple and easy on your pocket book by…
Introduction I often get the question 'How did you get into computer programming and how did you learned everything you know?'. The first one is easy, it was an accident. …
Do you have a SPA (Single Page Application) and you want to add google analytics but can't figure out how to make it work? Well then you've come to the…