Hi Renjith,
the solution of Radzen Lmt. gets one step further.
There you can scaffold the full DB with a view mouse clicks (tables, views, stored procedures as model classes) and you get all DBSets and the DBContext, but in addition all CRUD-logic methodes (DBService controller) of all selected tables. The auto-generated DBService-class includes all CRUD methodes out of the box, no need to tie it up to a grid.
Press button "Data" -> Choose Database -> Press button "Infer Schema" -> Press button "Finish"
When I use the Syncfusion Scaffolding tool, I only can select one table a time, and must pass it to e.g. dummy grid to get the CRUD routines of that table as ready-to-use DbService.
And now imagine a project in development with hundrets of existing tables (DB first approach). Possibly you can check the Radzen solution to enhance your tool.
Thank you!
Cheers,
Volker