Skip to main content

Development

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.

5 min read

Development

Mastering Semantic Kernel Plugins

Give your AI agents real-world powers by building custom Semantic Kernel Plugins for system administration.

5 min read

Development

Modern WPF Testing with FlaUI and AI

Learn how to robustly test WPF applications using FlaUI, the importance of AutomationProperties, and how AI can accelerate your test automation workflow.

4 min read

Development

Expression Trees in C#: Beyond the Basics

Dive deep into Expression Trees in C#. Learn how they represent code as data, enabling powerful scenarios like ORMs, dynamic queries, and code generation.

5 min read

Development

The Power of Span and Memory in .NET

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.

5 min read