Blog Posts

  • Don't configure JsonOptions by default, Orchard Harvest 2024 videos are up - This week in Orchard (08/11/2024)

    11/8/2024 1:11:54 PM

    Orchard Core updatesDon't configure JsonOptions by defaultA key change in version 2.0 is the shift from Newtonsoft.Json to System.Text.Json. Previously, we configured the default JsonOptions to match the settings used for document serialization. In the upcoming release, however, the community reverted that approach, and the JsonOptions are no longer configured by default. This change provides greater flexibility, allowing you to customize JSON serialization as needed.

  • Content item and widget alternates based on the alias and slug, URL Rewriting Module - This week in Orchard (25/10/2024)

    10/25/2024 2:44:48 PM

    Orchard Core updatesRetire AssignRoles and AssignRole_{RoleName} permissionIn the Roles feature, there were previously AssignRoles and AssignRole_{RoleName} permissions, alongside the Users feature's AssignRoleToUsers and AssignRoleToUsers_{RoleName} permissions. As these permissions were redundant and the AssignRoles permissions were never actually authorized against, AssignRoles and AssignRole_{RoleName} have been removed in favor of the latter.

  • How to add an audit trail to an ASP.NET Core app - Orchard Core Nuggets

    10/21/2024 11:48:57 PM

    When you have an ASP.NET Core application, that publishes content often and has different users, it’s a good idea to keep track of what is happening in the app: What changes? What content gets deleted or published by who? Who logged in, and when, did somebody fail to log in repeatedly using a wrong password? Who changed the settings?

  • Orchard Harvest 2024 videos, New Azure Communication Services SMS feature - This week in Orchard (11/10/2024)

    10/11/2024 2:28:57 PM

    Orchard Core updatesAdd AdminNavigationProvider to cleanup AdminMenuThe admin menu has been optimized with significant performance improvements and code enhancements. Instead of the NavigationHelper.IsAdminMenu helper that was introduced in this version, AdminNavigationProvider allows us to clean up our code and build the navigation with less and cleaner code. When adding a navigation provider to the admin menu, it is now recommended to use the new AdminNavigationProvider class rather than directly implementing the INavigationProvider interface in your project.

  • Orchard Core Gallery, Orchard Core 2.0.2 - This week in Orchard (04/10/2024)

    10/4/2024 12:36:53 PM

    Orchard Core updatesAdd the Create & Setup button to the create tenant viewWhen creating a new tenant, it is helpful to be able to create and set up the tenant at the same time. In addition to the Create button, now we have a Create & Setup button which will take you to the setup screen after a tenant was created.

  • Orchard Harvest 2024 montage video, Orchard Dojo case study - This week in Orchard (27/09/2024)

    9/27/2024 1:46:43 PM

    Orchard Core updatesCache top-unread notifications in the navbar for better performanceThe Notifications module offers a comprehensive infrastructure for managing notifications effectively. It includes a centralized notification center and streamlined mechanisms for seamlessly dispatching notifications to users within the application. However, calculating the unread notifications on every request is costly on database servers. Mike Alhayek improved the performance by caching the unread notifications for the user by default. Also, we use compiled query to query the database to help SQL Server not generate an execution place on every query.

  • How to add workflows to an ASP.NET Core app - Orchard Core Nuggets

    9/23/2024 3:43:10 PM

    Do you want to send an email, when a form is submitted? Perhaps delete a content item after a certain amount of time? You don't want to write complex codes? Look no further with the Orchard Core Workflows feature you can achieve these, without writing any code. This way people who are not familiar with coding can also easily modify these processes.

  • Migrating Orchard Dojo to Orchard Core

    9/23/2024 12:46:14 AM

    We migrated yet another Lombiq site from Orchard 1 to Orchard Core: Our Orchard learning website Orchard Dojo now runs on the latest version of Orchard. For a case study on how we completed this migration project, check out the case study on Orchard Dojo.

Send us new blog feeds

Noticed that a blog's feed is missing from the list? 

We would love to add that to the feed list, so please don't hesitate to inform us on the following e-mail adress:

[email protected]

See our privacy policy.