Getting Started
All the basics of using Umbraco v7. From making a local installation to extending the backend.
Setup
Covers how to install and configure your Umbraco installationRequirements
What is needed to run Umbraco?Install
How to install UmbracoRequest
Finds the matching content for the requestServer Setup
Setting up a SQL server for your installationData
Define content entry points with document types and datatypes.Document Types
Content has a content type that defines its dataData Types
It has a template that defines its presentationContent Entry
Based on the schema a template is loadedDesign
Create templates and views with your own markup and use Razor to render content.Templates
Template is rendered with RazorRazor
Model refers to the found contentContent API
There are API’s to query media, members and content in the cacheMVC
Template is rendered with RazorEvents
Model refers to the found contentForms/Controllers
There are API’s to query media, members and content in the cacheExtend
Extending Umbraco with custom sections and editorsProperty Editors
Template is rendered with RazorTrees
Funky javascriptEditors
Make things pretty and UNICORNYAngular JS
And use client dependency to optimise
class