Module: Email Builder
2 of 13 Pages
Prerequisites
This module requires the following:
- Familiarity with C#, .NET Core, Dependency injection, and the MVC pattern.
- Familiarity with builders in Xperience by Kentico
- Familiarity with ASP.NET Razor components, Blazor development best practices, and MJML markup.
- A running instance of Xperience by Kentico, preferably 30.6.2 or higher.
Some features and code form this version may not work in other versions.
Code samples
You can find a project with completed, working versions of code samples from this guide 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 this module.
The code samples in this module have only been tested in .NET 8.
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.