Development
What's New in C# 14: A Developer's Guide
A deep dive into C# 14 features including the field keyword, extension properties, and implicit span conversions. How these changes impact your daily .NET development.
Development
A deep dive into C# 14 features including the field keyword, extension properties, and implicit span conversions. How these changes impact your daily .NET development.
Development
A comprehensive guide to combining the MVVM power of Caliburn.Micro with the modern aesthetics of MaterialDesignInXAML. Covers setup, dialogs, and theming.
Architecture
A deep dive into building modular .NET applications using MEF and Caliburn.Micro, and how to solve dependency conflicts using AssemblyLoadContext.
Development
Give your AI agents real-world powers by building custom Semantic Kernel Plugins for system administration.
Development
An introduction to the new Microsoft Agent Framework, the unified successor to Semantic Kernel and AutoGen.
Development
Learn how to robustly test WPF applications using FlaUI, the importance of AutomationProperties, and how AI can accelerate your test automation workflow.
Development
Dive deep into Expression Trees in C#. Learn how they represent code as data, enabling powerful scenarios like ORMs, dynamic queries, and code generation.
AI
An in-depth comparison of Microsoft's Semantic Kernel and the popular LangChain framework, tailored for .NET developers building AI-powered applications.
Development
A practical guide to understanding Span<T> and Memory<T>, two of the most important performance-related features in modern .NET, and how they help eliminate memory allocations.
AI
Learn how to build a Retrieval-Augmented Generation (RAG) pipeline in C# using the ONNX Runtime for local, private, and efficient semantic search.