Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 2.28 KB

learn-how-umbraco-works.md

File metadata and controls

21 lines (14 loc) · 2.28 KB
description
Get to know the Umbraco codebase.

Learn how Umbraco works

Developing an application requires knowledge about the tool you are working with. This section will give you an introduction to the underlying structure of Umbraco CMS.

RoutingThe process from front-end user requests to content delivery.default-routingrouting-image.png
Custom routingLearn how to work with custom URLs and custom MVC routes.custom-routingc-routing-image.png
ControllersEverything you need to know about the different types of controllers.controllers.mdcontrollers-image.png
Data persistenceLearn how to create, read, update, and delete data in the Umbraco database.data-persistence.mddatap-image.png
ComposingCustomize the behavior of an Umbraco application at 'start up'.composing.mdcomposing-image.png
Services and HelpersLearn how to use the core Services and Helpers when extending Umbraco.servicesservices-image.png

Test your application

This section also includes documentation on different ways to run tests on your code and implementations.

{% content-ref url="integration-testing.md" %} integration-testing.md {% endcontent-ref %}

{% content-ref url="unit-testing.md" %} unit-testing.md {% endcontent-ref %}