II.
Framework JSON
Structured · liveframework:blazor
Blazor json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:blazor",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-server-mobile.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Blazor",
"homepageUrl": "https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor",
"belongsToLanguageId": "language:csharp",
"category": "web-fullstack",
"description": "Blazor is a .NET web framework from Microsoft that allows building interactive\nweb UIs using C# instead of JavaScript. It supports both WebAssembly and\nserver-side rendering modes within the ASP.NET Core ecosystem.\n"
},
"outgoingEdges": [
{
"from": "framework:blazor",
"to": "language:csharp",
"kind": "belongs_to_language"
},
{
"from": "framework:blazor",
"to": "skill-area:frontend-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:blazor",
"to": "library:leptos",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:leptos",
"to": "framework:blazor",
"kind": "alternative_to"
},
{
"from": "stack-profile:government-portal",
"to": "framework:blazor",
"kind": "composed_of"
},
{
"from": "stack-profile:dotnet-blazor-stack",
"to": "framework:blazor",
"kind": "composed_of"
}
]
}