I am creating ado.net entity frameworks from table from by database. Because i am ina early stage i need to chnage the table structure quite often to add or remove fields.
how do you update an ADO.NET entity data model when the database tables structure has been modified in vs11
You will right click into the designer pane (not on entity) and select Update model from database from context menu.