The “MVP Template” provides you with one multi-project template (MVP-Project) and two item templates (MVPItem and MVPItem using Master page). Both of these are required for the model view presenter development. “MVP-Project” is a multi-project template, which creates the five basis projects (.Web, .Views, .Tasks, .TaskContracts, .Presenter).Additionally the user can choose up to four optional extension projects (.Db, .Dto, .DataContracts, .Data). Furthermore the template demands a connection string, which is entered in the web configuration and in a .txt-file to provide a selection of connection strings the next time the template is used. For testing the MVP-Project you have to choose a start page (at first it will be the “Default.aspx” page) |