Note: For the code created by the templates to work you must have the Delegate.SharePoint assembly referenced in your solution. So if you don't have this assembly this extensions will be of no use to you. Visual studio item templates for quickly creating webparts and repositories based on the Delegate Solution Framework for SharePoint. The extension adds a new item category in the add new item dialog named "Delegate" in this category you can find the DSF MVP WebPart template and the SPListRepository template. The DSF MVP WebPart template creates a code behind webpart with view interface, presenter and the required sharepoint artefacts. The SPListRepository creates a boilerplate repository for a standard SPList. For both templates it is currently required that you manually configure them in your IoC class. |