Writing

A collection of thoughts on programmning and consulting.

How to reverse engineer a database with Entity Framework Core

Here are the steps to reverse engineer or scaffold your SQL Server database into C# models.

July 15, 2024

Taking meetings from the sidewalk

Today 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.

July 11, 2024

How to create a custom bound OData function

Create a custom OData function. Specifically a bound function which is a function that is associated with a specific entity type or entity set.

June 06, 2024

Baratza Encore grind is off

Instead 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.

May 28, 2024

How to view all Azure AD B2C users programmatically

This 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.

May 22, 2024

Deploy .Net Core app to Azure App Service via Github Actions

Setting 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.

May 13, 2024

How to throw an error inside an Umbraco Macro

This 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.

May 09, 2024

Playa del Carmen vacation photos

Playa del Carmen vacation photos

May 06, 2024

Updates to Today's Record High

I 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.

May 03, 2024

Tech stacks don't really matter

The 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.

April 30, 2024

Transmission On The Radio Playlist Is Back

I 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.

April 15, 2024

Lessons Learned From a Weird Client Call

I 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.

April 11, 2024

I'm a C# .Net consultant for hire

I'm Clint, and I'm seeking opportunities for short to medium term contracts utilizing C# .Net, SQL Server and other web technologies.

April 10, 2024

The warmest winters in Minneapolis to date

It 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.

April 09, 2024

Making a SaaS App

I have the idea to develop an application that allows developers and website administrators to view and edit Azure B2C custom properties and extension attributes.

April 08, 2024

Upgrading Umbraco 7 to Umbraco 13

This is my journey about updating an Umbraco 7 website to the latest version of Umbraco - which is Umbraco 13 as of today.

March 28, 2024

ChatGPT is like having an army of very confident toddlers.

ChatGPT is like having an army of very confident toddlers.

March 26, 2024

When will healthcare catch up with AI

I 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.

March 25, 2024

OData function is not returning data

This is a blog post about why a custom OData function is not returning any data despite returning a 200 code.

March 14, 2024

How to Create a Custom Umbraco uSkinned Component

How to create a custom uSkinned component for your Umbraco project. This guide complements the uSkinned documentation with additional steps.

March 06, 2024