-
Notifications
You must be signed in to change notification settings - Fork 1
Entity Framework
Mike Hingley edited this page Dec 2, 2015
·
1 revision
App-Utility-Store was initially developed using Entity Framework. Initially this was because developing a model first assisted in thinking about the relationships between the objects in the system. It also allowed simplified much of the CRUD work required to save and write entities. Visual Studio was able to scaffold out controllers and views for the simple models (for example : the Products list and product details views were initially created using the scaffold technology from Microsoft).