I’m participating in the Advent of Code 2021. Here’s my solutions for Day 7 – Whale Attack
Tag: DotNet
Advent of Code 2021 – Day 6
“I’m participating in the Advent of Code 2021. Here’s my solutions for Day 6 – Lantern Fish
Advent of Code 2021 – Day 5
I’m participating in the Advent of Code 2021. Here’s my solutions for Day 5 – Hydrothermal Vents
Advent of Code 2021 – Day 4
I’m participating in the Advent of Code 2021. Here’s my solution for Day 4
Advent of Code 2021 – Day 3
I’m participating in the Advent of Code 2021. Here’s my solution for Day 3
Advent of Code 2021 – Day 2
I’m participating in the Advent of Code 2021. Here’s my solution for Day 2
Advent of Code 2021 – Day 1, Puzzle 2
I’m participating in the Advent of Code 2021 (@adventofcode). Here’s my solution for Day 1, Puzzle 2 – Three Measurement Sliding Window
Advent of Code 2021 – Day 1, Puzzle 1
I’m participating in the Advent of Code 2021 (@adventofcode). Here’s my solution for Day 1, Puzzle 1 – Measuring depth increases
C# Advent 2020 – ASP.NET Core API Endpoints
MVC is a mess. Controllers in one folder, views in another, services in another, models and viewmodels in yet other folders. Related files are all over the place. Trying to piece together these related pieces can be a real pain. Steve ‘ardalis’ Smith has come up with another way: ASP.NET Core API Endpoints
The Nightmare Before Blazor
“What better way to celebrate this C# Advent on a Friday, the 13th, than to talk about the nightmare that is web development. Devs have more ways than ever to write applications for the web. And now, into the vast wasteland of web development, rides Blazor.