News

AutoMapper makes life easy, but has its limits. Learn how to implement a custom mapper to handle complex data structures or incompatible types. When working on applications, you will often need to ...
Source Generators are akin to the Roslyn Analyzers that inspect C# or Visual Basic code, serving as analyzers that can emit C# source code. Source Generators are to be shipped as part of C# 9 .
Loosely inspired by F# type providers, C# source generators respond to the same aim of enabling metaprogramming but in a completely different way. ... data serialization, and so on.
The Model Context Protocol (MCP) for agentic AI has gained much traction since being introduced by Anthropic last November, and now it has a C# SDK. The MCP is a standard for integrating large ...