II.
Library JSON
Structured · livelibrary:entity-framework
Entity Framework Core json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:entity-framework",
"_kind": "Library",
"_file": "domain/libraries/libraries-dotnet.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Entity Framework Core",
"belongsToLanguageId": "language:csharp",
"category": "orm",
"description": "Microsoft's official ORM for .NET, supporting code-first and database-first\nworkflows, LINQ-based queries, migrations, change tracking, and multiple\ndatabase providers (SQL Server, PostgreSQL, SQLite, MySQL, Cosmos DB).\n"
},
"outgoingEdges": [
{
"from": "library:entity-framework",
"to": "language:csharp",
"kind": "belongs_to_language"
},
{
"from": "library:entity-framework",
"to": "skill-area:backend-data-persistence",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:entity-framework",
"to": "library:dapper",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:government-portal",
"to": "library:entity-framework",
"kind": "composed_of"
},
{
"from": "stack-profile:fsharp-web-api",
"to": "library:entity-framework",
"kind": "composed_of"
},
{
"from": "stack-profile:vertical-slice-architecture",
"to": "library:entity-framework",
"kind": "composed_of"
},
{
"from": "stack-profile:dotnet-blazor-stack",
"to": "library:entity-framework",
"kind": "composed_of"
}
]
}