https://github.com/foyzulkarim/genericcomponents
Every application, let it be a desktop, web, mobile or any other you can image, either sends data to database or retrieves data from database to show it to the user. What if we automate the data sending and fetching process and focus only on the business logics? So that we don't need to write the common framework related hundreads of thousands lines of code for each of our projects, and the projects have been written all over the world?
https://github.com/foyzulkarim/genericcomponents
common dotnet generic repository repository-pattern
Last synced: 8 months ago
JSON representation
Every application, let it be a desktop, web, mobile or any other you can image, either sends data to database or retrieves data from database to show it to the user. What if we automate the data sending and fetching process and focus only on the business logics? So that we don't need to write the common framework related hundreads of thousands lines of code for each of our projects, and the projects have been written all over the world?
- Host: GitHub
- URL: https://github.com/foyzulkarim/genericcomponents
- Owner: foyzulkarim
- Created: 2016-11-28T14:40:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T16:11:33.000Z (over 8 years ago)
- Last Synced: 2025-04-09T16:16:04.876Z (about 1 year ago)
- Topics: common, dotnet, generic, repository, repository-pattern
- Language: C#
- Homepage:
- Size: 109 KB
- Stars: 8
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenericComponents
Abstract
Every application, let it be a desktop, web, mobile or any other you can image, either sends data to database or retrieves data from database to show it to the user. What if we automate the data sending and fetching process and focus only on the business logics? So that we don't need to write the common framework related hundreads of thousands lines of code for each of our projects, and the projects have been written all over the world?