.NET 10: Run Standalone C# Files Without Project
Explains how .NET 10 allows running standalone C# script files directly, similar to Python, without needing a full project.
Explains how .NET 10 allows running standalone C# script files directly, similar to Python, without needing a full project.
Learn to build AI agents in C# using Microsoft Agent Framework and Hugging Face MCP tools for image generation and analysis.
A guide to building multi-model AI orchestration workflows in .NET 9 using Microsoft Agent Framework, Azure AI, GitHub Models, and Ollama.
Explores new C++26 features for iterating and manipulating std::tuple using structured binding packs and expansion statements.
Explores key new features in C# 14 and .NET 10, including field-backed properties and partial events/constructors.
Explores C++ arena allocation intricacies, lifetime semantics, and corrections to common memory management patterns, referencing C++20 changes.
A guide to integrating Microsoft's Learn MCP Server with Semantic Kernel in C#/.NET for accessing up-to-date Microsoft documentation.
A technical article describing a solution for sorting hierarchical data fields using string interning in C, focusing on maintaining original order while grouping nested structures.
A developer shares their journey building a 2D game engine and a Breakout clone using C++, SFML, and the Flecs ECS library.
A guide on how to run C# code within Microsoft Fabric Notebooks using the pythonnet package to integrate with the .NET CLR.
Explores advanced C++ techniques for iterating through std::tuple, focusing on std::apply and generic approaches.
Analyzes C# performance benchmarks for slicing lists, comparing Skip/Take, Range operator, and GetRange methods, highlighting a common benchmarking error.
A technical guide on authenticating with the GitHub API using a GitHub App, focusing on setup and JWT token generation in C#.
A developer recounts how Raymond Chen mentioned their work on BitLocker's error messages in The Old New Thing blog, detailing a Windows development challenge.
Explores C#'s 'magical' syntax patterns like foreach iteration, tuple deconstruction, and collection initialization that rely on convention-based methods.
EF Core 10.0 introduces a new ComplexProperty() method for mapping complex types, providing an alternative to the older Owned Entities approach.
Explains how ToDictionaryAsync in Entity Framework Core retrieves entire database objects, impacting performance, and provides a solution using Select.
The new C23 edition of the book 'Modern C' is now available in print and e-pub formats.
Detailed comparison of Java and C# features including object initialization, casts, methods, and operator overloading.
A comprehensive study guide for C# programming interview questions, covering core concepts like abstract classes, memory management, and interfaces.