---
title: Developer tutorial
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

The development tutorial provides an overview of MVC development in Xperience. We will show you how to prepare the environment for development, create pages that hold data, display the content on the live site using the Model-View-Controller design pattern, and enable the page builder feature to allow dynamic modification of page content.

### Tutorial website

![](https://docs.kentico.com/docsassets/13tutorial/developer-tutorial/Medio_clinic_tutorial.png)

### Course resources

You can download the basic HTML and CSS code used by the simple tutorial website: [TutorialWebsite.zip](https://docs.kentico.com/docsassets/13tutorial/developer-tutorial/TutorialWebsite.zip)

### Get to know the basics

If you are new to Xperience, start with the short [Using the interface](https://docs.kentico.com/13tutorial/using-the-xperience-interface.md) tutorial to get to know the basics of the Kentico Xperience administration interface.

### Choose your development model 

### [ASP.NET Core development tutorial](https://docs.kentico.com/13tutorial/developer-tutorial/asp-net-core-development-tutorial.md)

Learn how to develop Xperience websites using ASP.NET Core 8.0 or newer. 

### [ASP.NET MVC 5 development tutorial](https://docs.kentico.com/13tutorial/developer-tutorial/asp-net-mvc-5-development-tutorial.md)

Learn how to develop websites using ASP.NET MVC 5.
