Dynamic Data for asp.net core
Hey, I remember using Dynamic Data* for a project a ways back - to expose reference data tables for an Admin panel.
For context, it uses reflection and limited annotations to display database table as web grids with edit, update, delete & add features based on data type inference and foreign key references.
Is there a modern version of dynamic data for asp.net core & razor?
* eg https://www.codeproject.com/Articles/377291/An-Introduction-to-ASP-NET-Dynamic-Data-from-a-Beg
0 comments:
Post a Comment