I have a question about programming practices regarding entity framework classes.
When I create the .edmx file, it creates the class, but when I update this file, all methods I made for the this class are gone.
My question is: Should I create another class, that contains all the methods? In this case, the entity framework class would only have attributes?