Archives
-
Orchard Harvest Conference 2017: Day 2
This Wednesday February 22nd was the second day of the Orchard Harvest conference 2017 in New York.
We attended to many interesting sessions about Orchard Core and .NET Core.
Theming in Orchard Core
Steve Taylor (Avastec)
Steve walked through how to create a theme in Orchard Core. He took an existing Wordpress theme and converted it to Orchard.
He also demonstrated how to build client side assets using the existing tooling and how this tooling can be extended to accommodate more advanced scenarios.
Present and future of Localization in Orchard
Benedek Farkas (Lombiq)
Benedek gave a sneak peek on the existing features available in Orchard CMS to handle Localization and Translations.
You can retrieve the localization files here http://orchardproject.net/localization and contribute to the translations on https://crowdin.com/project/orchard-cms
Building JavaScript-based apps and components for Orchard websites
Daniel Stolt (IDeliverable)
In this session, Daniel demonstrated techniques, tips and tricks for building client-side apps and components for use in Orchard websites.
He also described some ways to make your client-side apps available as content in Orchard for editors and site admins to use, how to make content and configuration from Orchard available in your apps client-side, and how to make Orchard's server-side routing and client-side routing play nice together.
YesSql
Sébastien Ros (Microsoft)
During the lunch, Sebastien took some time to make a side session about YesSql, the .NET Document database interface used in Orchard Core to store json objects, create documents and query map/reduce indexes.
https://github.com/sebastienros/yessql
What's up with .NET Core 2.0 and C# 7?
Bertrand Le Roy (Microsoft)
Bertrand made a quick refresher course on .NET Core 1 and C# 6 and then showed the latest features and talked about what may come after with .NET Standard 2.0 and C# 7.
Orchard Core CMS
Sébastien Ros (Microsoft)
Sébastien described the goals and the major changes of Orchard Core and made a demo about the main features already available in Ochard Core CMS as Setup, Content publishing, Lists, Fields, Live Preview, Layers, Menus, Flow, Widgets, Recipes, ....
The most important feature of Orchard Core is Performance.
Making a quick stress test, Orchard Core is able to return 2,000 requests per second, without caching enabled.
The memory usage and the number of tenants you can load will also be improved (500 tenants => 2Gb).
https://github.com/OrchardCMS/Orchard2
Panel, Q&A
Sipke Schoorstra, Daniel Stolt, Zoltán Lehóczky
Finally, the main contributors answered to the questions of the attendees about the Orchard project.
-
Orchard Harvest Conference 2017: Day 1
This Tuesday February 22th was the first day of the Orchard Harvest conference 2017 in New York.
We had the pleasure to attend to many interesting sessions about Orchard CMS, Web sites uses case, Performance enhancements, ASP.NET Core MVC 2.0, modular SAAS development with Orchard Core.
Keynote
Sebastien Ros (Microsoft)
Sebastien started this day by a keynote, introducing the organization of the event and talking about attendees and speakers.
Using external data with Orchard
Jorge Agraz (OneStop Internet)
During this session, Jorge explained how Onestop has used their external commerce data and Orchard’s Content Management system to make their product data display like any other Orchard content.
When Output Cache Just Isn't Enough
Chris Payne and Daniel Stolt (IDeliverable)
In this session Chris and Daniel created a website and came across several simple and common performance problems that the built-in output cache in Orchard cannot solve.
Their IDeliverable.Donuts module is available here:
www.ideliverable.com/products/premium-orchard-modules/ideliverable-donuts
What's new in ASP.NET MVC Core 2.0
N. Taylor Mullen (Microsoft)
Taylor gave us an overview about the upcoming new features that will be available in ASP.NET Core 2.0 like Razor Pages.
Scaling Orchard
Rob King (Bede Gaming)
Rob explained how Bede Gaming is using Orchard CMS to build a multi-tenant solution that serves millions of transactions per day, in a multi-node Azure environment.
What is Orchard Core SaaS Framework?
Nicholas Mayne
Nick made multiple demos showing how to use the framework used in Orchard Core to create a modular SAAS application.