✈️ A (travel-themed) journey of Semantic Kernel for .NET Developers by Peter de Tender.

https://github.com/petender/geekready2024-semantickernel-demos
#ai #dotnet #semantickernel #csharp #oss #csharpadvent

GitHub - petender/geekready2024-semantickernel-demos

Contribute to petender/geekready2024-semantickernel-demos development by creating an account on GitHub.

GitHub
Avoid Using C# Events in ASP.NET Core Applications

C# events are a convenient way to implement publish-subscribe patterns, but they can lead to significant issues in ASP.NET Core applications, such as memory leaks, thread-safety problems, and tight coupling between components. These issues arise when event handlers are not properly managed or when shared state is accessed concurrently. Using alternatives discussed in this article can provide better scalability, testability, and maintainability for modern applications.

https://ardalis.com

Christmas MadLib using C# and Spectre.Console (2024 C# Advent) by Michael Eaton.

https://buff.ly/49rXcEi
#csharp #dotnet #terminal #consoleapps #csharpadvent

Christmas MadLib using C# and Spectre.Console (2024 C# Advent)

My entry for the 2024 C# Advent - A Christmas MadLib in C# with Spectre.Console.

same stuff, different day

A Simple Voice Controlled AI Assistant in C#.

https://buff.ly/4fZtV6n
#csharp #dotnet #csharpadvent #ai #aiassistant #openai #azure

A Simple Voice Controlled AI Assistant in C#

TLDR; A week ago I wanted to see if I could make calls to AI endpoints from inside an XR experience using my natural voice and have the response return in a natural voice as well and managed it successfully. I've since abstracted it into a more generic way so that it can be used in a bog standard WP

Building a Digital Dungeon Master with Semantic Kernel, C#, and Azure by Matt Eland.

https://buff.ly/4ijlPa1
#csharp #dotnet #ai #azure #cloud #semantickernel #copilot #advent #csharpadvent

Building a Digital Dungeon Master with Semantic Kernel, C#, and Azure

It turns out that AI orchestration is remarkably well equipped to handle building a virtual game master. Let's see how it works.

Introducing CMSprinkle: A Micro CMS for C# Advent by Matthew Groves.

#dotnet #csharp #cms #csharpadvent
https://crosscuttingconcerns.com/introducting-cmsprinkle-micro-cms

Introducing CMSprinkle: A Micro CMS for C# Advent | Cross Cutting Concerns

Introducing CMSprinkle, a micro CMS designed for ASP.NET Core. Created for barebones, low friction content management originally for the C# Advent website.

Cross-platform Christmas Countdown App in C#

For this year's **C# Advent**, let's build a simple cross-platform Christmas Countdown app, which will run on Android, iOS, Windows, macOS, Linux, and even the web using **Uno Platform**!

Martin Zikmund
Dissecting C# Ranges

Technical Web Development Blog

Time for my submission for the C# Advent Calendar! Today I'm talking about validation in .NET Configuration!

https://chris-ayers.com/2022/12/03/validating-dotnet-configuration

#csadvent #csharpadvent #dotnet

Validating .NET Configuration

This blog was posted as part of the C# Advent Calendar 2022. I really want to thank Matthew D. Groves and Calvin Allen for helping set this up! Look for #csadvent on Twitter! Make sure to check out everyone else’s work when you’re done here

Chris's Tech ADHD

📢 GitHub Actions: Core .NET SDK. 💯

🤓 Just in time for the C# advent calendar entry, which starts Dec. 1st! We've been able to write
 @GitHub actions for a while, with this, it will be easier to write them in #csharp .

#csharpadvent #dotnet  

https://davidpine.net/blog/github-actions-sdk

Hello from the GitHub Actions: Core .NET SDK

The unofficial .NET equivalent of the official GitHub actions/toolkit @actions/core project.