How is it possible to create an entity in the visual studio designer and generate a table from it? I find it much easier to generate my entities within VS than to create a table in SQL Server.
Also, if I do generate an entity from table, is it possible to make changes to the entity and push them to the table?