Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Linx 98 posts 259 karma points
    Aug 04, 2023 @ 21:24
    Linx
    0

    Abby cheat sheets from Umbraco?

    Hi guys

    I'm learning Umbraco and as you all know there is a lot of information out there which is pretty confusing.

    Is there some sort of cheat sheet that I could download which explains what each Interface is used for and for which version along with some example code ?

    For example IPublishedContent, IContentService IMemberService, ISignInService etc etc explaining the purpose and which version of Umbraco these are applicable to with an example of usage?

  • Marc Goodson 2157 posts 14434 karma points MVP 9x c-trib
    Aug 05, 2023 @ 10:21
    Marc Goodson
    1

    Hi Linx

    Yes so many different versions using different technologies over ten years, it can be really hard to find the latest information.

    The later versions based on .NET Core have their own dedicated documentation site:

    https://docs.umbraco.com/umbraco-cms/

    So anything on the old documentation platform: https://our.umbraco.com/documentation/ is likely to refer to Versions 8 and below.

    The 'Diving into the code' landing page is a useful starting point: https://docs.umbraco.com/umbraco-cms/reference/dive-into-the-code

    But in terms of quick reference, there are some 'auto-generated' pages from the codebase comments:

    https://docs.umbraco.com/umbraco-cms/reference/api-documentation#c-api-documentation

    There is a literal Cheatsheet for 'Razor syntax' https://docs.umbraco.com/umbraco-cms/fundamentals/design/templates/razor-cheatsheet

    and there is a Samples repo, that shows examples from the documentation in context:

    https://github.com/umbraco/Umbraco.Docs.Samples

    But I think what you really looking for is an overview to get you started to just make sense of all the information, IPublishedWhat?

    The official fundamentals training course aims to do this, but costs money...

    ... there are a series of YouTube videos that try to introduce concepts in byte sized chunks:

    https://www.youtube.com/@UmbracoLearningBase

    But if you just want to be taken through building a basic site, then legendary community member Paul Seal has a video series that takes you gently through building a site from scratch:

    https://www.youtube.com/watch?v=qEZtjxDEK8g&list=PL90L_HquhD-81xTOCLLJZLl1roU6hXPhp

    regards

    marc

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies