I’m participating in the Advent of Code 2021. Here’s my solutions for Day 7 – Whale Attack
Tag: C#
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 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
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.
Using C# and Azure Text Analytics Sentiment Analysis To Respond To Customer Complaints
I’m a dev. I just make apps. I only deal with customers when something breaks and my support teams can’t fix it. They’re just an annoyance, right? Wrong. I’m going to show you how Azure Cognitive Services Text Analytics Sentiment Analysis can help you retain customers and look good while you’re doing it.
C# Advent Calendar 2017 – Using C# and Azure Cognitive Services Text Analytics to Identify and Relate Text Documents
One of the tasks that developers sometimes face in large companies (or even small ones) is trying to figure out how large sets of data relate to each other. If that data is text based, C# and Microsoft Azure Cognitive Services Text Analytics functions make this extremely easy to accomplish. In this post, I’ll walk through identifying language and parsing out key words and phrases that we can use to help match blocks of text together.