Multithreading in C# might sound intimidating at first, but once you get the hang of it, it becomes a superpower for writing responsive, efficient, and modern applications. Whether you're building a U...
I'm making a conscious effort to deepen my knowledge on Semantic Kernel, and I just want an easy way to access LLMs and SLMs without having to go through Azure OpenAI (and pay for it). GitHub Models p...
Imagine you have an MCP server; it's likely you'd want to create unit tests to ensure it functions as intended. In this post, I'll walk through how to write unit tests for MCP servers. We'll be testin...
Hey #dotnet community! ๐C# 12 isnโt just another incremental updateโit introduces practical features that streamline how we write and maintain code. As someone whoโs been working with C# for ...
Learning C# can be challengingโnot because the language is difficult, but because many resources don't match how people actually learn.As someone who has worked with C, Java, and C# across game de...
Alright, we've got our units in the game and they're looking rather flash (or again, you know, exactly the same as the ones in the web version). Now we need to make the rest of the map look that good....
Sick of Unity making you click a hundred times just to see your damn sprite?I made a custom property drawer that shows a live sprite preview right in the inspector โ no more guessing, no more wastin...
*Este รฉ o segundo artigo da sรฉrie sobre bibliotecas amplamente utilizadas no ecossistema .NET que deixaram โ ou estรฃo deixando โ de ser open source. Neste artigo, vamos tratar especificamente d...
I've lived in Melbourne for almost two years now, and throughout that time I've been trying to get my head around Australian rules, or AFL. I live pretty close to where Carlton Football Club train, so...