Module: Additional customizations
1 of 4 Pages
Introduction to additional customizations
This module aggregates extra customization topics that are not part of longer series.
Learn about the tools available for integrating Xperience with third-party systems and customize the Contact class with additional fields, fine-tuning Xperience for more tailored use cases.
Prerequisites
Some of the guides in this module are hands-on, and 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.
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.