Every so often I update my list of favorite podcasts and video channels. These are the places I go to for learning and entertainment. It’s especially great to listen to while I’m driving since anymore radio is a desolate wasteland of 40 minutes of ads and 20 minutes of content […]
Tag: C#
Using C# and Power Automate To Sync An Outlook Calendar
There are some good tools out there for syncing your Outlook calendar to other calendars, especially for O365 or Outlook.com calendars. And they’re well worth the money for the good ones. But sometimes, in certain circumstances (such as if you have an on-prem exchange server that you can’t access from […]
Turning Any JSON API Into An App
The Internet is fantastic. There are a seemingly infinite array of APIs available for people to use. Many of them are completely free and open to use in pretty much any way you want to. For example, NASA has a wide variety of things available through its public API. I […]
Advent of Code 2022
I’m participating in the Advent of Code again this year. We’ll see if I get further than I did last year, which was about halfway before I quit. You can follow my progress in my GitHub repo over here. As usual, my solutions are written in C#. BarretHusband, father, gamer, […]
C# Advent 2021 – Using C# Code in Power Automate
Power Automate has a fantastic feature in preview that lets you add some C# code to your flows. It requires using a custom connector, so it’s limited to those with a license that allows that. There are also a number of other limitations which I’ll get into later. But it’s a start.
Advent of Code – Day 12
Photo by Any Lane from Pexels I’m participating in the Advent of Code 2021. Here’s my solutions for Day 12 – Passage Pathing. Problem 1 The Puzzles for Day 12 are a pathing problem. We are finding our way through a cave system. The system has a start point, and […]
Advent of Code – Day 11
I’m participating in the Advent of Code 2021. Here’s my solutions for Day 11 – Dumbo Octopus
Advent of Code 2021 – Day 10
I’m participating in the Advent of Code 2021. Here’s my solutions for Day 10 – Syntax Scoring
Advent of Code 2021 – Day 9
I’m participating in the Advent of Code 2021. Here’s my solutions for Day 9 – Smoke Basin
Advent of Code 2021 – Day 8
I’m participating in the Advent of Code 2021. Here’s my solutions for Day 8 – Seven Segment Search