{"id":44883724,"url":"https://github.com/angelodotnet/efcore-genericrepository","last_synced_at":"2026-02-17T17:02:49.472Z","repository":{"id":324206489,"uuid":"1095038179","full_name":"AngeloDotNet/EFCore-GenericRepository","owner":"AngeloDotNet","description":"Collection of a generic implementation of Entity Framework Core for .NET 10 mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.","archived":false,"fork":false,"pushed_at":"2026-02-13T23:36:56.000Z","size":111,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T05:27:51.530Z","etag":null,"topics":["aspnetcore","csharp","entity-framework-core","generic-repository","hacktoberfest","hacktoberfest-accepted","nuget-package"],"latest_commit_sha":null,"homepage":"","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/AngeloDotNet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-12T14:05:35.000Z","updated_at":"2026-02-13T23:37:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AngeloDotNet/EFCore-GenericRepository","commit_stats":null,"previous_names":["angelodotnet/efcore-genericrepository"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AngeloDotNet/EFCore-GenericRepository","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FEFCore-GenericRepository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FEFCore-GenericRepository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FEFCore-GenericRepository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FEFCore-GenericRepository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AngeloDotNet","download_url":"https://codeload.github.com/AngeloDotNet/EFCore-GenericRepository/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloDotNet%2FEFCore-GenericRepository/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29550829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["aspnetcore","csharp","entity-framework-core","generic-repository","hacktoberfest","hacktoberfest-accepted","nuget-package"],"created_at":"2026-02-17T17:02:45.070Z","updated_at":"2026-02-17T17:02:49.464Z","avatar_url":"https://github.com/AngeloDotNet.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Entity Framework Core Generic Repository\n\n\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/angelodotnet/EFCore-GenericRepository/dotnet.yml?branch=main\u0026style=for-the-badge\" /\u003e\n\u003cimg src=\"https://img.shields.io/github/license/angelodotnet/EFCore-GenericRepository?style=for-the-badge\" /\u003e\n\nCollection of a generic implementation of Entity Framework Core for .NET 10 mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.\n\n## 🏷️ Introduction\n\nThe Entity Framework Core Generic Repository is a design pattern that provides a generic implementation of the repository pattern using Entity Framework Core. It allows developers to perform CRUD (Create, Read, Update, Delete) operations on entities without having to write repetitive code for each entity type.\n\n## 🛠️ Installation\n\n### Prerequisites\n\n- .NET 10.0 SDK (latest version)\n\n### Setup\n\nThe package is available on [NuGet](https://www.nuget.org/packages/NET10Library.EFCore), using the following command in the .NET CLI:\n\n```shell\ndotnet add package NET10Library.EFCore\n```\n\n## 🚀 Getting Started\n\nTo get started with the Entity Framework Core Generic Repository, follow these steps:\n\n1 - Register the repository in your dependency injection container\n\n```csharp\nservices.AddRepositoryRegistration\u003cYourDbContext\u003e();\n```\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## ⭐ Give a Star\n\nDon't forget that if you find this project helpful, please give it a ⭐ on GitHub to show your support and help others discover it.\n\n## 🤝 Contributing\n\nContributions are always welcome. Feel free to report issues and submit pull requests to the repository, following the steps below:\n\n1. Fork the repository\n2. Create a feature branch (starting from the develop branch)\n3. Make your changes\n4. Submit a pull requests (targeting develop)\n\n## 🩺 Testing\n\n\u003cimg width=\"734\" height=\"243\" alt=\"image\" src=\"https://github.com/user-attachments/assets/cbea06f9-c9ba-4881-ba79-8ae1baa79035\" /\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelodotnet%2Fefcore-genericrepository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangelodotnet%2Fefcore-genericrepository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelodotnet%2Fefcore-genericrepository/lists"}