Copied to clipboard

Flag this post as spam?

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


  • David Morris 5 posts 95 karma points
    Jul 12, 2016 @ 12:55
    David Morris
    0

    Are there simple tutorials avalable

    Hi Guys

    I am new to Umbraco are there simple tutorials avalable for the following: 1. Creating a manual navigation menu. 2. How the controllers (MVC) in Visual Studio work with Umbraco with rendering views.

    Thanks

    Dave

  • Jim Jensen 7 posts 103 karma points hq
    Jul 12, 2016 @ 13:27
    Jim Jensen
    2

    Hi Dave,

    Welcome to the Umbraco world. You should take a look at these documentations:

    https://our.umbraco.org/documentation/tutorials/creating-basic-site/master-template-the-navigation-menu

    https://our.umbraco.org/documentation/implementation/Controllers/

    Hope that it will give you some answers. Or else just reach out again.

    Best, Jim

  • Nik 1413 posts 6212 karma points MVP 3x c-trib
    Jul 12, 2016 @ 15:29
    Nik
    0

    Hi Dave,

    In addition to the links Jim provided, I highly recommend the Foundations course for Umbraco. It gives you an excellent understanding of how all the components that make up Umbraco work together.

    If you are looking for more complex functionality, I also advise considering the level 2 courses of which there are a few different variations that focus on different areas.

    Nik

  • Nicholas Westby 2005 posts 6843 karma points c-trib
    Jul 12, 2016 @ 15:33
    Nicholas Westby
    0

    That first task is very specific. I recommend learning the foundational knowledge require to implement it yourself.

    This is a very good resource for learning Umbraco 7: https://github.com/kgiszewski/LearnUmbraco7

    It's essentially an online book.

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Jul 19, 2016 @ 15:53
    Alex Skrypnyk
    0

    Hi David,

    Welcome to Our!

    Very important thing is to understand how Umbraco handles requests and render answer html.

    Follow these links:

    https://our.umbraco.org/documentation/reference/templating/mvc/querying

    https://our.umbraco.org/documentation/reference/management/services/

    Also do not start to use Dynamic types while rendering the page, it's hard to debug.

    Thanks,

    Alex

  • 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