Contents tagged with orchard
DI property injection in Orchard
As everyone developing apps using Orchard surely know, constructor injection in Orchard is a built-in feature. It’s used extensively throughout the whole framework and makes the … more
Moving to Orchard 1.2 - Impressions
After a short struggling I managed to successfully move my site to Orchard 1.2. Official release is just around the corner, but couldn’t help myself and built my own from the latest source:) … more
Orchard Advanced Menu 1.3 released!
New release is finally out! I managed to fix all reported bugs, add some new goodies, do a lot of refactoring and boost performance a little bit. Hope it’ll serve you well.
What’s new? … more
New code generation features for Orchard
Back on track after a short break! I’ve just uploaded to the Orchard Gallery a much updated version of Code Generation Extensions module.
Some of you asked for features such as settings … more
Generating Orchard content parts via command-line
Creating a content part in Orchard, even the most trivial one, involves creating many small objects – handler, driver, model (main part object), record, display and editor shapes to name a few. … more
Featuring Orchard Advanced Menu
New Hierarchical Menu module release is finally here. As you probably noticed, the module name has changed to Advanced Menu, as I guess it’s more appropriate now. Why? This is basically what … more
Incoming Warm-up module helps running Orchard on shared hosting
Most of us doesn’t have the possibility to run Orchard on his own server machine. Using the shared hosting account is the cheapest and most common way to have your site up and running, but it … more
Customizing Orchard shapes
Shapes are the basic building blocks of Orchard UI. They can be easily created and further reused by just putting an appropriate .cshtml file in your module /Views folder. This is nicely described … more
New Hierarchical Menu coming soon - features
I’m working hard to deliver the next release of Hierarchical Menu, which will arrive soon (as the deadline for OMC is nearby). I’d like to list some new features most of which many of you … more
Orchard cool new feature - Recipes
I’ve just came across a new feature which, I suppose, will be ready for the upcoming Orchard 1.1 release – the Recipes.
It allows you to describe the startup configuration of Orchard and … more
