3
I’m starting to develop in ASP.NET and always have a small problem.
When I need to generate a context (That class that will reference with the database), example below:
I do the following procedure: Botão direito em cima do projeto -> Add -> new item -> data -> ADO.NET Entity Data Model
after that I give the name of the class connected with the bank and Gero all entities based on my bank...
When I change or add any field in my bank, every time I have to delete that class and create it again, I would like to know if there is a way to give a refresh
, and it update with the new fields that are in the bank?
If anyone knows this solution, please share it with me, because it will be of great help and great productivity, thank you!!!