Dojo Blog
Our blog contains the activity stream of Orchard Dojo: general news, new resources or tutorials are announced here.
-
Chirping birds on the web: a little insight to understand the data management in Orchard
Community resource, Database, Content managementSébastien just tweeted about his new blogpost to tell you how Orchard manages the content items' data in the database by demostrating simple use-cases and the corresponding queries. It's a great read even if you're new to Orchard or a seasoned veteran!
-
Orchard Spring Harvest Challenge has begun!
Orchard Harvest, Harvest Challenge, DotNestIn case you haven't heard from the Lombiq content network and its neighbours, a module competition named Orchard Spring Harvest Challenge has begun yesterday! The aim of this contest is to give Orchard module developers some more motivation to upgrade their old modules to Orchard 1.8, or create new ones that are compatible with latest version of Orchard. You can find more information on the event's (DotNest-hosted) website.
-
Advanced Orchard: accessing other tenants' services
Tutorial, Multi-tenancy, AdvancedMany using Orchard's multi-tenancy feature sooner or later want to share data between tenants or generally, execute some operations on other tenants from one tenant. This is possible! Let's see how.
-
Beginning with Orchard: what to start with?
Tutorial, BeginnersSo you'd like to begin exploring Orchard because somebody sold Orchard to you. This is great! Now probably your next question is: how should I start, how can I try Orchard in action? Glad you asked. There are several simple and less simple ways, all free, so let's see. We'll start with the easy ways and build up the tension so you end up with the most complicated one if you want to become an Orchard developer.
-
Thank you for everybody participating in Dojo Course!
Dojo CourseUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Last lesson: viewers' requests - Dojo Course
Dojo Course, Facebook, Antispam, C# scriptingUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Useful and interesting services to enhance your features - Dojo Course
Event handlers, Dojo Course, Background task, Scheduled task, Admin menuUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Client-side development and a little more of the Orchard API - Dojo Course
Tutorial, Dojo Course, Dojo, Model binder, File storageUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
End of Dojo Course nearing! What do you want to learn a bit more about?
Dojo CourseUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Diving into the Orchard API - Dojo Course
Tutorial, Dojo Course, Authorization, LazyField, Permissions, Content management, Content part, Module, Resource manifest, ShapeUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Content Part development continued - Dojo Course
Tutorial, Dojo Course, Content part, Module, ShapeUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Forum favourites: multi-node Orchard, community features and low-level data access
Community resource, Database, Forum favourites, Multi-node setup, Social, NHibernateForum topics from the Orchard discussion board that we found interesting:
- Running Orchard on two nodes: this is a tricky thing but in this discussion there some good tips
- Community features in Orchard: a lot of built-in and third-party modules bring "social" functionality to Orchard. You won't be able to just install Contrib.Facebook but there are some decent fundamentals.
- A tale of database table locking, transactions and low-level data access in Orchard: sometimes you just have to bury deeper.
-
Data storage and content part development - Dojo Course
Tutorial, Dojo Course, ModuleUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Module development continued - Dojo Course
Tutorial, Dojo CourseUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Have you started your Dojo Course project yet?
Dojo CourseUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Diving into theme development and starting with module development - Dojo Course
Tutorial, Dojo Course, ShapeUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Advanced content management and starting with theme development - Dojo Course
Tutorial, Dojo Course, Content field, Theme, ShapeUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Shape Dojo Course by giving your feedback!
Dojo CourseUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Getting up to speed with Orchard - Dojo Course
Tutorial, Dojo Course, Navigation, Media LibraryUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
First steps with Orchard - Dojo Course
Tutorial, Dojo Course, Theme, ModuleUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Dojo Course will start very soon!
Announcement, Dojo CourseUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Dojo Course opened! Learn Orchard with us!
Announcement, Dojo CourseUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
You can now download the Orchard Dojo Library as a document!
AnnouncementWith the help of Lombiq's new Download as... Orchard module you'll find download links on Dojo Library pages. Want to download the Library's textual content as an HTML document? Click here! Want to have PDF? This is the link for it!
-
The Orchard test instance updated in Dojo Library
AnnouncementWe upgraded the Orchard test instance in the Orchard Dojo Library to version 1.7. Also the Training Demo module got a corresponding update and since the Orchard Mini Profiler is now compatible with the latest release we updated that in the solution as well.
-
How-to: running Orchard locally through IIS using SQL Server
Tutorial, SQL Server, Video, IISThis tutorial shows you how to run Orchard on your development machine (that doesn't run Windows Server) not with Visual Studio's built-in Cassini webserver, but using a proper IIS webserver. As the database we'll use a standard SQL Server database, that's advised for non-trivial production installations, unlike SQL CE.