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.
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.
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
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
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
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.
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
is working on a reply...