Blog Posts
-
C# 9 Init-Only Properties
10/17/2020 1:39:00 PMC# 9 introduces init-only properties that allow you to set properties on a class that can only be set once during object initialization. This is done using a new init accessor introduced in C# 9 as part of a class declaration. public class Person { public string Name { get; init; } public int Age { get; init; } } The Person class can now have it's Name and Age properties set once during...
-
Distributed cache, YesSql improvements - This week in Orchard (09/10/2020)
10/9/2020 1:59:00 PMGet ready for the upcoming additions of Orchard Core! This week you can see demos about adding distributed cache to Orchard Core and the latest improvements of YesSql!
-
New custom filters in Fluid, Media options admin page - This week in Orchard (02/10/2020)
10/2/2020 5:15:50 PMWe prepared with two interesting demos for this week. One is about having new useful custom filters in Liquid to make formatting numbers and string easier. The other upcoming feature is about how you can show your settings from your appsettings.json files without having the need to open these files in your file system.
-
Pager with page size, refactor IContentAliasManager to IContentHandleManager - This week in Orchard (25/09/2020)
9/25/2020 1:32:30 PMSeveral great features and fixes were added to Orchard Core this week! You could see a fix for an interesting issue about how you can use XSS in an SVG file, the new IContentHandleManager, and two great demos! One is about the upcoming Pager with the page size, then check out the improvements of the Shape Components!
-
Secret Management Updates, ChallengeOrForbid() in Api controllers - This week in Orchard (18/09/2020)
9/18/2020 8:11:46 PMThis week you could see two great demos: one is about showing you how you can manage and import/export your secrets between servers, the other is about using Blazor WebAssembly with Orchard Core!
-
Shape Components, new Anchor Tag Helper - This week in Orchard (11/09/2020)
9/11/2020 5:04:00 PMWe prepared with an interesting topic for this week about how could you use shapes like reusable Angular components? But before that, we checked the latest updates of Orchard Core, like the new updates around Tag Helpers.
-
Lombiq .NET Analyzers, Shortcodes feature merged - This week in Orchard (04/09/2020)
9/4/2020 7:27:38 PMWe have mentioned the Shortcodes feature several times and now it's available in the preview packages of Orchard Core. We will also show a demo about how you can use our .NET Analyzers in your Orchard Core solution. Check out our post for more!
-
Shape Tracing Helpful Extensions, Alt and Class attributes for the Image Shortcode - This week in Orchard (28/08/2020)
8/28/2020 5:41:39 PMNew guides in the Orchard Core documentation to learn how to build a blog that allows users to login with their AzureAD account and gets assigned roles based on the Security Groups they belong to, and how to create a Deployment Plan to migrate from the File Content Definition feature. After we will show you our new Shape Tracing Helpful Extensions feature!
-
Orchard Core CMS Shortcodes and Shortcode Delegates
8/20/2020 3:42:39 PMIn the previous Orchard Core CMS Tutorial I talked about shortcodes and shortcode templates in Orchard Core CMS. If you're unfamiliar with shortcodes and the new shortcode templates, I recommend you read that tutorial first, because it will give you the necessary background before diving into shortcode delegates. As mentioned previously, shortcode templates allow you to create shortcodes in the...
-
How to debug a NuGet-based Orchard Core solution - Orchard Nuggets
8/16/2020 9:42:11 PMHow can you debug Orchard Core code when you’re working with a solution that loads Orchard packages from NuGet? Orchard’s packages are built with symbols so you can actually use them as source too!
Scraped Orchard blogs
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:
See our privacy policy.