Resources
The various types of Orchard learning resources available here want to help you further enhance your Orchard skills.
Latest tutorial
-
Our full Orchard Core tutorial series, the Dojo Course 3 is here!
Tutorial, Dojo Course, Orchard CoreAfter a long wait, the new Orchard Core version of our legendary Dojo Course tutorial series is here, the Dojo Course 3!
Latest resource by the community
-
Forum favourites: integrated help, using Orchard with a standard MVC app and a new Orchard data API
Community resource, Database, Forum favourites, DocumentationSome of our favourites from the Orchard discussion board this week:
Recently updated in the Orchard Dojo Library
-
Code styling
If there length of the parameter list for a method is too long to read conveniently in terms of line length (due to the 3-argument rule this should rarely happen for methods but constructors with dependency injection) break it into multiple lines parameter by parameter.
-
JavaScript best practices
Prefix jQuery objects with the dollar sign ($) so they can be distinguished from other objects.
-
JavaScript best practices
Use single quotation mark
'
for strings. -
Code styling
If there length of the parameter list for a method is too long to read conveniently in terms of line length (due to the 3-argument rule this should rarely happen for methods but constructors with dependency injection) break it into multiple lines parameter by parameter.
-
Development environment advices
Some advices on how to set up your development environment for Orchard Core development.
-
Getting started with theme development
Time requirement: 2h 30m