Overview of Adaptive Cards for .NET
mainThe Adaptive Cards for .NET ecosystem provides tools for working with Adaptive Cards within the .NET framework. It includes core serialization capabilities and specialized renderers for different output formats.
Key components include:
AdaptiveCardslibrary: The core library used for serializing Adaptive Card objects to and from JSON.AdaptiveCards.Rendering.Wpf: A renderer for WPF applications that also supports server-side rendering of cards to PNG images.AdaptiveCards.Rendering.Html: A renderer designed for server-side HTML generation of Adaptive Cards.