Current Umbraco Build : Beta 1 -
9.0.0-rc004
⚠ This repo is running v9.0.0-rc4 it compiles, and we have caught the breaking changes, but we still need to work through places where the logic might have changed - so keep an eye out for that
A collection of patterns and samples of how to do things in Umbraco .net core version.
Join us on a journey as we explore the changes in the UniCore version of Umbraco. We are working on the latest builds of UniCore, to see how to do things in this brave new world.
As Umbraco NetCore development evolves things will change, and stuff may move about. at the moment this repo is working from nightly builds, when alphas, betas and Release candidates are available we will update
As we work through examples, we hope to write some 'if you use to do x now do y' type examples:
Quick examples of how to do things. We will first replicate the same snippets that live in the DoStuffInUmbraco repo
- Migrations
- Custom Sections
- Custom Trees
- ContentApp
- Dashboard
- HealthChecks
- Background Task
- File upload
- File Download
- SignalR
- Overlay Service
A bit more involved combining more concepts
- Repo/Service pattern
The project contains a Umbraco.core site DoStuff.Core and a core library DoStuff.Core
The core library contains the code examples, and samples and things that you might want to do in the back office of umbraco.