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
Copy file name to clipboardExpand all lines: content/blog/general/google-sheet.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ hideMeta: true
21
21
22
22
The `GenericGoogleSheetsService` is a powerful .NET service that provides a complete CRUD (Create, Read, Update, Delete) interface for Google Sheets integration. This service eliminates the need to write boilerplate code for each entity type by using generic programming and reflection to automatically map between your C# objects and Google Sheets rows.
23
23
24
+
> Link to GitHub Repository: [GenericGoogleSheetsService on GitHub](https://github.com/PrashantUnity/GoogleSheetCRUD)
25
+
24
26
### Key Features
25
27
26
28
-**Generic Type Support**: Works with any class that implements `IEntityWithId` and has a parameterless constructor
0 commit comments