TUnit: The New Sheriff in Town for .NET Testing

For many years, the .NET ecosystem has relied on established testing frameworks such as xUnit.net, NUnit, and MSTest. These frameworks have served teams well for unit, integration, and even acceptance testing. However, as .NET has evolved with newer runtime versions, AOT compilation, cross-platform requirements, increasingly large test suites, and faster CI/CD pipelines the limitations of […]
Sentiment Analysis in C#: Azure AI Language or LLMs

Explore how C# developers can leverage both Azure AI Language and Azure OpenAI for sentiment analysis. This post compares traditional NLP services with LLM-based approaches using real-world code from an exit interview system, helping you choose the right tool for your specific use case.