How to generate whole boiler plate code for CRUD operations like visual studio using code?
问题 I am trying to generate CRUD operations for entities of my database tables like with respective endpoints to consume. It is same as the visual studio generates boiler plate code for Authentication(Account controller),and also crud operation in the form of whole package. I have came across t4 templates but not getting how to use it to generate crud operations for my database table entities. I am also trying to generate whole application package with Application name,references(dll),Controller