Module: Page Builder
1 of 15 Pages
Page Builder introduction
This module covers the process of developing Page Builder components, starting with a list of requirements from business users and ending with two completed Page templates, two Widgets, and one Section.
Before you start
This hands-on materials in this module 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 knowledge of Page Builder in Xperience by Kentico.
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 these materials.
The code samples in this series 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.