Module: Advanced content
1 of 7 Pages
Introduction to advanced content
This module showcases advanced content management features, using them to organize and filter content.
Use features like reusable field schemas, widget personalization taxonomies, and smart folders to enrich your content model and enhance the possibilities for querying and displaying content.
Prerequisites
This module’s hands-on materials require the following:
- Familiarity with C#, .NET Core, Dependency injection, and the MVC pattern.
- A running instance of Xperience by Kentico, preferably 29.6.1 or higher.
Some features covered in the Training guides may not work in older versions.
- Basic experience with Page Builder widgets.
Code samples
You can find a project with completed, working versions of code samples from this module and others in the finished branch of the Training guides repository.
The main branch of the repository provides a starting point to code along with the guides.
The code samples in this guide are for .NET 8 only.
They come from a project that uses implicit using directives. You may need to add additional using
directives to your code if your project does not use this feature.