Loading...
Loading...
Found 2 Skills
Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf, MessagePack) over reflection-based (Newtonsoft.Json). Use System.Text.Json with AOT source generators for JSON scenarios.
Architects Blazor apps. Hosting models, render modes, routing, streaming, prerender.