by Matt Seigel | Dec 22, 2020 | tech tutorial
It’s C# Advent time and I’ve been looking for a project to explore the .NET fringe. After at least five minutes of deliberation, I decided it would be a great idea to make a Magic Mirror with Blazor Web Assembly and a Raspberry Pi running Raspbian. Commence project...
by Terrance Smith | Dec 17, 2020 | blog
Electronic Health Record systems (EHR) are the digital version of a patient’s paper charts that get shared among care providers. They’ve become the standard in the healthcare industry for recording and managing a patient’s medical history, laboratory...
by Vasudha Prabhala | Dec 10, 2020 | blog
Digital transformation has gone into hyperdrive—thanks in large part to the recent pandemic. As consumers, we’ve been pushed towards ordering food through apps, shopping online, and utilizing digital services. As businesses, we’re finding new ways to operate remotely...
by Brandon Brockhoeft | Dec 9, 2020 | blog
Are your current systems bogged down by vendor lock-in? Maybe your company is starting down a software modernization path with a goal of becoming cloud-native? As we move away from vendor-plagued solutions of the past, we may be surprised to discover a new kind of...
by Jimmy Bogard | Dec 8, 2020 | tech tutorial
With the release of .NET 5, I wanted to update my Vertical Slice code example (Contoso University) to .NET 5, as well as leverage all the C# 9 goodness. The migration itself was very simple, but updating the dependencies along the way proved to be a bit more of a...