You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).