This post is on the older side and its content may be out of date.
Be sure to visit our blogs homepage for our latest news, updates and information.
[This post is part of the developer's manual preview published on this blog. You can find temporary TOC here.]
In this topic we are providing sample pluggable module built on new backend architecture introduced in Sitefinity 3.6. The sample module is Contacts module which will be familiar to the long time Sitefinity developers, since we had this sample for previous versions as well.
You can download the module from here.
To set up the module with your Sitefinity website in Visual Studio, please follow these steps:
| <section name="contacts" type="Sample.Contacts.Configuration.SectionHandler, Sample.Contacts" requirePermission="false"/> |
| <add type="Sample.Contacts.ContactsModule, Sample.Contacts" /> |
| <contacts defaultProvider="Sitefinity"> |
| <providers> |
| <clear/> |
| <add name="Sitefinity" securityProviderName="" type="Sample.Contacts.Data.DefaultProvider, Sample.Contacts.Data" connectionStringName="DefaultConnection" visible="true" /> |
| </providers> |
| </contacts> |
Subscribe to get all the news, info and tutorials you need to build better business apps and sites