{"id":18278796,"url":"https://github.com/dbnetlink/dbnetsuitecoreapp","last_synced_at":"2026-02-12T15:32:35.454Z","repository":{"id":170957315,"uuid":"643977892","full_name":"dbnetlink/DbNetSuiteCoreApp","owner":"dbnetlink","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-28T11:19:06.000Z","size":6283,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-25T17:02:50.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbnetlink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-22T14:47:32.000Z","updated_at":"2023-09-17T13:52:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ba68f49-e760-4f36-a8e8-81e8b00e7ea9","html_url":"https://github.com/dbnetlink/DbNetSuiteCoreApp","commit_stats":null,"previous_names":["dbnetlink/dbnetsuitecore-vs2022"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbnetlink/DbNetSuiteCoreApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbnetlink%2FDbNetSuiteCoreApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbnetlink%2FDbNetSuiteCoreApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbnetlink%2FDbNetSuiteCoreApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbnetlink%2FDbNetSuiteCoreApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbnetlink","download_url":"https://codeload.github.com/dbnetlink/DbNetSuiteCoreApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbnetlink%2FDbNetSuiteCoreApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29370547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-05T12:26:16.578Z","updated_at":"2026-02-12T15:32:35.439Z","avatar_url":"https://github.com/dbnetlink.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# DbNetSuiteCore\n\n**DbNetSuiteCore** is a .Net Core middleware Nuget package that can be used to add database driven web-reporting to any ASP.NET Core web application in minutes with just a few lines of code.\n\n```c#\n{\n    using DbNetLink.Middleware;           // \u003c= Add this line\n\n    using Microsoft.AspNetCore.Builder;\n    using Microsoft.Extensions.DependencyInjection;\n    \n    WebApplicationBuilder builder = WebApplication.CreateBuilder(args);\n    builder.Services.AddRazorPages();\n    builder.Services.AddDbNetSuiteCore(); // \u003c= Add this line\n    \n    WebApplication app = builder.Build();\n    app.UseHttpsRedirection();\n    app.UseStaticFiles();\n    app.UseRouting();\n    app.UseAuthorization();\n    app.UseDbNetSuiteCore();              // \u003c= Add this line\n       \n    app.UseEndpoints(endpoints =\u003e\n    {\n\t    endpoints.MapRazorPages();\n    });\n\n    app.Run();\n}\n```\n    \nThe solution comprises of the **DbNetSuiteCore** library and a sample application running against an SQLite database.\n\nFor more information and demos [click here](https://dbnetsuitecoreapp.azurewebsites.net/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbnetlink%2Fdbnetsuitecoreapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbnetlink%2Fdbnetsuitecoreapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbnetlink%2Fdbnetsuitecoreapp/lists"}