You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>This is a Generic Repository for Entity Framework Core with .NET Core</Description>
10
+
<Description>A lightweight file service for handling uploads, saving to local or FTP storage, and deleting files using IFormFile in ASP.NET Core.</Description>
Copy file name to clipboardExpand all lines: README.md
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,16 @@
1
+
# GenericRepository
2
+
3
+
A clean, flexible, and fully-featured generic repository implementation for **Entity Framework Core**.
4
+
5
+
This repository provides a powerful abstraction over `DbSet<T>` and supports async LINQ queries, entity tracking control, expression-based filtering, and batch operations all designed to help you write cleaner and more testable data access code.
0 commit comments