Coding
How to auto generate a set of reset services from some SQL tables?
I am looking for a way to autogenerate a crud layer in asp.net core. I have a set of tables and I would like to expose this data through REST. There are a few hundred Read more…