Blog
This is a blog about software engineering, consulting, coffee and other things that I find interesting.
How to execute multiple SQL Server views in C#
July 18, 2024This blog post shows how to return data from multiple SQL Server views in a single database trip with C# WebAPI.
How to reverse engineer a database with Entity Framework Core
July 15, 2024Here are the steps to reverse engineer or scaffold your SQL Server database into C# models.
Taking meetings from the sidewalk
July 11, 2024Today I biked with my son to his summer day camp and instead of rushing into an office to join a meeting after dropping him off, I opened Zoom on my phone and joined my regularly scheduled morning meeting.
How to create a custom bound OData function
June 6, 2024Create a custom OData function. Specifically a bound function which is a function that is associated with a specific entity type or entity set.
Baratza Encore grind is off
May 28, 2024Instead of the red tabs lining up which indicates you put the grinder in correctly, they were on opposite sides of each other. The misaligned grinder was causing the my grinds to be completely off. So instead of a grind size of 20, I was producing a grind of 40.
How to view all Azure AD B2C users programmatically
May 22, 2024This post shows how to get a list of Azure AD B2C users programmatically by using the Graph API client for .Net in a .Net Core (8) MVC web app.
Deploy .Net Core app to Azure App Service via Github Actions
May 13, 2024Setting up a GitHub Action to deploy a .Net Core web app to Azure App Service from your GitHub repository involves a couple steps. This blog post shows a detailed guide to help you set up a CI/CD pipeline using GitHub Actions.
How to throw an error inside an Umbraco Macro
May 9, 2024This is a post about how to throw Umbraco Macro errors or how to turn off the generic error "Error loading Partial View script(....)" when loading Umbraco Macros in your Razor view.
Playa del Carmen vacation photos
May 6, 2024Playa del Carmen vacation photos
Updates to Today's Record High
May 3, 2024I updated my climate tracking website, Today's Record High, this week to get better SEO results for users search for what is today's record high.
Tech stacks don't really matter
April 30, 2024The main theme I got from the post was that languages that are adopted by the majority of developers and businesses tend to stick around. The fact that they stick around means we eventually are left with a lot of languages to choose from.
Transmission On The Radio Playlist Is Back
April 15, 2024I created a script that runs every Thursday night at 11pm central time to automatically update a Spotify playlist called Transmission On The Radio. Transmission is a weekly dance party hosted by DJ Jake Rudh in Minneapolis every Wednesday.
Lessons Learned From a Weird Client Call
April 11, 2024I had a weird client call. These are the lessons that I learned from having a client call where the person on the other end didn't want to talk about working together.
I'm a C# .Net consultant for hire
April 10, 2024I'm Clint, and I'm seeking opportunities for short to medium term contracts utilizing C# .Net, SQL Server and other web technologies.
The warmest winters in Minneapolis to date
April 9, 2024It feels like its getting warmer here, so I wanted to show the actual trend to give me a definite answer. The project involved parsing through extensive weather data to track the average temperatures of seasons across years - winter in this case.
Making a SaaS App
April 8, 2024I have the idea to develop an application that allows developers and website administrators to view and edit Azure B2C custom properties and extension attributes.
Upgrading Umbraco 7 to Umbraco 13
March 28, 2024This is my journey about updating an Umbraco 7 website to the latest version of Umbraco - which is Umbraco 13 as of today.
ChatGPT is like having an army of very confident toddlers.
March 26, 2024ChatGPT is like having an army of very confident toddlers.
When will healthcare catch up with AI
March 25, 2024I see is people asking is when will healthcare will catch up with AI. The idea being that healthcare is lagging behind the technology advancements in AI.
OData function is not returning data
March 14, 2024This is a blog post about why a custom OData function is not returning any data despite returning a 200 code.