Skip to content

Adolfi/UmbracoNineDemoSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

74f551b · Feb 18, 2023
Feb 18, 2023
Mar 29, 2022
Feb 23, 2022
Mar 29, 2022
Jun 12, 2022
Feb 18, 2023
Jul 1, 2021
Oct 9, 2021
Oct 6, 2021
Feb 16, 2023
Oct 7, 2021
Jul 2, 2021

Repository files navigation

Umbraco v9, v10 & v11 Demo

Demo site build in Umbraco v.9.4.2 / v11.1.0 (.Net 7.0)

cover image

About this solution:

This is a demo site for Umbraco v9 build in the new .NET Core v5 version. It is built as an experiment/investigation and should not be used as a template for your next Umbraco site. Use it as a reference if you will and steal whatever you like and ignore the things you dont.

This is not the way of building Umbraco sites, it's a way. There are less complex ways of building Umbraco sites (using ModelsBuilder for example, see discussion) so if you are new to Umbraco make sure you read the official docs and don't use this this project as your only source of inspiration.

Content:

Unit Tests:

Login:

This site uses an embeded SQLCE database to avoid having to restore and keep updating a restore script. To login to the Umbraco backoffice use these credentials:

Read more:

Go to adolfi.dev if you want to read more Umbraco and Unit Testing articles.

Umbraco v10.4.0

Find an upgraded version in UmbracoTenDemoSite. This version uses uSync. You may use Sqlite as you database.

Umbraco v11.1.0

Find an upgraded version in UmbracoElevenDemoSite. This version uses uSync. You may use Sqlite as you database.