0
Good people, I was studying about Entity Framework and saw that there is the scaffolding tool that generates a complete CRUD with controllers and views.
My doubt is that if I can change the logic of the freely created actions or structures or this is not recommended?
Ps: I don’t mean to change all created actions/structures, but punctual things like for example when inserting a data into a table, the action should create a record in another table of who added that data and when.
thanks in advance for the help!
I’d say you must and must...
– Leandro Angelo