CCG
CCG (Crud Class Generator) is a ORM tool for .Net
The Crud Class Generator tool was developed for .Net to generate the class, which is an object model of a database table. Thanks to these created classes, many CRUD operations can be performed without writing a SQL query.
*CCG is easy to use, because; it is developer-friendly
*CCG is practical, because; it allows to make many crud processes without writing SQL query
*CCG is fast because; The object size is very small and allowing multiple simultaneous operations to be performed by going to the database only once.
Documentation: http://ccg.snazzydocs.com/
YouTube channel: https://www.youtube.com/@ccg_4dal
AI Help: https://notebooklm.google.com/notebook/8fc8a1fa-6544-4f40-bf33-ee980899e28e/preview
You can send your questions and suggestions to ccg4dal@gmail.com
Do not hesitate to ask me any questions you may have.
NOTE: To be able to use the generated classes in your project, you should download required files (CCGDataService, CCGHelper) as well.