I'm starting to develop in ASP.NET and I always have a little problem.
When I need to generate a context (that class that will reference with the bank), example below:
I do the following: 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 to the bank and generate all entities based on my bank ...
When I change or add any field in my database, every time I have to delete this class and create it again, I would like to know if there is a way to give refresh
, and it updates with the new fields who are in the bank?
If someone knows this solution, please share it with me, because it will be of great help and great productivity, thank you !!!