{"id":21014009,"url":"https://github.com/brianlparker/blazorwasmodata","last_synced_at":"2026-04-27T19:31:40.611Z","repository":{"id":136033068,"uuid":"592761362","full_name":"BrianLParker/BlazorWasmOdata","owner":"BrianLParker","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-24T13:54:24.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T11:46:55.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrianLParker.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-24T13:33:56.000Z","updated_at":"2023-01-24T13:34:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"82577c8d-9652-4a41-a585-fab90fce0dd7","html_url":"https://github.com/BrianLParker/BlazorWasmOdata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianLParker%2FBlazorWasmOdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianLParker%2FBlazorWasmOdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianLParker%2FBlazorWasmOdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianLParker%2FBlazorWasmOdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrianLParker","download_url":"https://codeload.github.com/BrianLParker/BlazorWasmOdata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243438423,"owners_count":20290970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T09:44:46.956Z","updated_at":"2025-12-25T19:55:32.243Z","avatar_url":"https://github.com/BrianLParker.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Install Odata on the server:\n```\nNuGet\\Install-Package Microsoft.AspNetCore.OData -Version 8.0.12\n```\n\nInstall QuickGrid on the Client:\n```\nNuGet\\Install-Package Microsoft.AspNetCore.Components.QuickGrid -Version 0.1.0-alpha.22351.1\n```\n\n\n`Program.cs`\n```cs\nbuilder.Services.AddControllers()\n    .AddOData(options =\u003e options.AddRouteComponents(routePrefix: \"odata\", GetEdmModel())\n        .Select()\n        .Filter()\n        .Expand()\n        .Count()\n        .OrderBy()\n        .SetMaxTop(maxTopValue: 200));\n```\n\n```cs\npublic static IEdmModel GetEdmModel()\n{\n    ODataConventionModelBuilder builder = new ODataConventionModelBuilder();\n\n    builder.EntitySet\u003cBlobContainer\u003e(name: \"BlobContainers\")\n        .EntityType.HasKey(blobContainer =\u003e blobContainer.ContainerName);\n\n    return builder.GetEdmModel();\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianlparker%2Fblazorwasmodata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianlparker%2Fblazorwasmodata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianlparker%2Fblazorwasmodata/lists"}