Extend Sitefinity CMS data model

As a developer, you can easily extend the existing Sitefinity CMS data model by creating your custom data types (for pages, news, events, images, taxonomy, and so forth) that are persisted in the database. That is, create your own model with custom table definition and properties and persist your items in the database. Thus, instead of creating a new dynamic module, you can complete most of the implementation through code, not through the user interface.

In addition, by extending the Sitefinity CMS model, you work with the existing database context. As a result, you have a smaller number of connections to the database and use fewer resources. 

For more information about Sitefinity's model, see Overview: Provider model

To extend Sitefinity's model, you follow these implementation steps:

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?