<rss version="2.0">
  <channel>
    <title>Blog</title>
    <link>https://orchardcore.net/blog</link>
    <description><![CDATA[]]></description>
    <item>
      <title>Orchard Core RC 2</title>
      <link>https://orchardcore.net/blog/orchard-core-rc-2</link>
      <description><![CDATA[<p>We are thrilled to announce that <a href="https://github.com/OrchardCMS/OrchardCore/releases/tag/1.0.0-rc2">Orchard Core RC2 is now available</a>. If you need to create modular or multi-tenant applications on .NET Core, this is the framework you want to use.</p><h2>What is Orchard Core?</h2><p>Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core.</p><p>Or you can use Orchard Core CMS, a Web Content Management System (CMS) built on top of the Orchard Core Framework, that allows you to build full websites, or headless websites using GraphQL.</p><h2>Getting Started</h2><h3>Installing the templates</h3><p>You can install the recommended templates by running:</p><p><code>dotnet new -i OrchardCore.ProjectTemplates::1.0.0-*</code></p><h3>Creating a new modular application</h3><p>Using the templates, a modular MVC application can be created by running:</p><p><code>dotnet new ocmvc -n MySite</code></p><p>And a module is created by running:</p><p><code>dotnet new ocmodulemvc -n MyModuledotnet add MySite reference MyModule</code></p><h3>Creating a CMS website</h3><br><p>If you want to create new site based on the Orchard Core CMS you only need to run this:</p><p><code>dotnet new occms -n MySitedotnet run --project .\MySite\MySite.csproj</code></p><p>After going through the setup form you get a working Blog.</p><p> <img src="/blog/media/blog/blog.png"></p><h2>What's new</h2><p>Orchard Core is the product of more than <strong>150 contributors</strong>, and has now <a href="https://github.com/orchardcms/orchardcore">4K stars on GitHub</a>.</p><p>Some notable improvements include:</p><p>- Content localization support, and pre-configured localized Setup experience</p><p> <img src="/blog/media/blog/langswitch.gif"></p><p>- Improved block content management experience</p><p> <img src="/blog/media/blog/blocks.gif"></p><p>- Sitemaps management</p><p>- Azure support improvements</p><h2>Resources</h2><p>The Orchard Core source code is available on <a href="https://github.com/OrchardCMS/OrchardCore">GitHub</a>.</p><p>There are still many important pieces to add and you might want to check our <a href="https://github.com/OrchardCMS/OrchardCore/wiki/Roadmap">roadmap</a>, but it's also the best time to jump into the project and start contributing new modules, themes, improvements, or just ideas.</p><p>Feel free to drop on our dedicated <a href="https://gitter.im/OrchardCMS/OrchardCore">Gitter chat</a> and ask questions.</p>]]></description>
      <pubDate>Mon, 15 Jun 2020 20:01:15 GMT</pubDate>
      <guid isPermaLink="true">https://orchardcore.net/blog/orchard-core-rc-2</guid>
    </item>
    <item>
      <title>Orchard Core RC 1</title>
      <link>https://orchardcore.net/blog/orchard-core-rc-1</link>
      <description><![CDATA[<p>Orchard Core is available in RC 1: <a href="https://github.com/OrchardCMS/OrchardCore/releases/tag/1.0.0-rc1">https://github.com/OrchardCMS/OrchardCore/releases/tag/1.0.0-rc1</a></p><h2>Open-source, modular, multi-tenant application framework and CMS for ASP.NET Core</h2> <img src="/blog/media/Orchard/OrchardCore-Logo.png"><p></p><h3>Flexible content management&nbsp;</h3><p>Define custom content types dynamically and reuse content fields. Define roles and permissions for all your users.&nbsp;<br><br></p><h3>Full, decoupled, or headless cms&nbsp;</h3><p>You can separate the content management from the front-end by using GraphQL, and create SPA applications or even static websites.&nbsp;</p><br><h3>Modular&nbsp;</h3><p>Every feature is a module which ships as a Nuget package, can be enabled, disabled or replaced. Create your own ecosystem of modules, or reuse existing ones to bootstrap your applications.</p><br><h3>Multi-tenant</h3><p>A single installation lets you manage multiple sites. The notion of Recipe lets you write reusable websites templates.&nbsp;</p><br><h3>Speed&nbsp;</h3><p>Between the fast performance of ASP.NET Core and the architectural choices of Orchard Core CMS, you get one of the fastest CMS solutions you have ever tried, on any OS (Windows, Linux, MacOS).&nbsp;</p><br><h3>Workflows&nbsp;</h3><p>Create content validation workflows, and define Web Hooks to trigger external processes or react to external events&nbsp;</p><br><h2>List of changes for this release</h2><ul><li>Update to ASP.NET Core 3.0</li><li>Content Localization</li><li>RTL admin theme</li><li>Resources CDN</li><li>Media CDN support</li><li>GitHub authentication</li></ul>]]></description>
      <pubDate>Sun, 14 Jun 2020 09:46:35 GMT</pubDate>
      <guid isPermaLink="true">https://orchardcore.net/blog/orchard-core-rc-1</guid>
    </item>
    <item>
      <title>Orchard Core Beta 3</title>
      <link>https://orchardcore.net/blog/orchard-core-beta-3</link>
      <description><![CDATA[<p>Orchard Core is available in Beta 3:&nbsp;<a href="https://github.com/OrchardCMS/OrchardCore/releases/tag/1.0.0-beta3">https://github.com/OrchardCMS/OrchardCore/releases/tag/1.0.0-beta3</a> </p><h2>Open-source, modular, multi-tenant application framework and CMS for ASP.NET Core</h2><br><p> <img src="/blog/media/Orchard/OrchardCore-Logo.png"></p><h3>Flexible content management&nbsp;</h3><p>Define custom content types dynamically and reuse content fields. Define roles and permissions for all your users.&nbsp;<br><br></p><h3>Full, decoupled, or headless cms&nbsp;</h3><p>You can separate the content management from the front-end by using GraphQL, and create SPA applications or even static websites.&nbsp;</p><br><h3>Modular&nbsp;</h3><p>Every feature is a module which ships as a Nuget package, can be enabled, disabled or replaced. Create your own ecosystem of modules, or reuse existing ones to bootstrap your applications.</p><br><h3>Multi-tenant</h3><p>A single installation lets you manage multiple sites. The notion of Recipe lets you write reusable websites templates.&nbsp;</p><br><h3>Speed&nbsp;</h3><p>Between the fast performance of ASP.NET Core and the architectural choices of Orchard Core CMS, you get one of the fastest CMS solutions you have ever tried, on any OS (Windows, Linux, MacOS).&nbsp;</p><br><h3>Workflows&nbsp;</h3><p>Create content validation workflows, and define Web Hooks to trigger external processes or react to external events&nbsp;</p><br><h2>List of changes for this release</h2><ul><li>Update to ASP.NET Core 2.2</li><li>GraphQL for all Content</li><li>Facebook, Microsoft Account, Google and Twitter authentication</li><li>ASP.NET Configuration support</li><li>Decoupled and headless CMS support</li><li>Improved performance</li><li>Background tasks management</li><li>Taxonomies module</li><li>Custom navigation</li><li>ReCaptcha module</li><li>Mini Profiler module</li><li>Recipe migrations</li><li>File based Content Definition</li><li>The Coming Soon theme</li><li>Edit and Display modes</li></ul>]]></description>
      <pubDate>Mon, 15 Jun 2020 11:26:49 GMT</pubDate>
      <guid isPermaLink="true">https://orchardcore.net/blog/orchard-core-beta-3</guid>
    </item>
    <item>
      <title>Orchard Core Beta 2</title>
      <link>https://orchardcore.net/blog/orchard-core-beta-2</link>
      <description><![CDATA[<p>Orchard Core is available in Beta 2:&nbsp;<a href="https://github.com/OrchardCMS/OrchardCore/releases">https://github.com/OrchardCMS/OrchardCore/releases</a>&nbsp;</p><p>    <img src="/blog/media/Orchard/OrchardCore-Logo.png"></p><p>Orchard Core consists of two different targets:&nbsp;</p><ul><li><strong>Orchard Core Framework</strong>: An application framework for building&nbsp;<strong style="font-weight: bold">modular</strong>,&nbsp;<strong style="font-weight: bold">multi-tenant&nbsp;</strong>applications on ASP.NET Core.&nbsp;</li><li style="list-style: disc; margin-left: 24px"><strong style="font-weight: bold">Orchard Core CMS</strong>: A Web Content Management System (CMS) built on top of the Orchard Core Framework.&nbsp;</li></ul><p>Here is a list of the new features implemented in this release:&nbsp;</p><ul><li>Update to ASP.NET Core 2.1&nbsp;<ul><li>Precompiled Razor Views&nbsp;</li><li>Razor Pages&nbsp;</li></ul></li><li>Updated to Bootstrap 4.1&nbsp;</li><li style="margin-top: 0.25em">Admin responsive menu&nbsp;</li><li>Assets user interface improvements&nbsp;</li><li>Fragment caching&nbsp;</li><li>Content and Query tag helpers&nbsp;</li><li>Code based manifest files&nbsp;</li><li>Updated OpenId&nbsp;</li><li>Social login support&nbsp;</li><li>Email module&nbsp;</li><li>Password reset&nbsp;</li></ul>]]></description>
      <pubDate>Mon, 15 Jun 2020 11:25:58 GMT</pubDate>
      <guid isPermaLink="true">https://orchardcore.net/blog/orchard-core-beta-2</guid>
    </item>
    <item>
      <title>Orchard Core Beta</title>
      <link>https://orchardcore.net/blog/orchard-core-beta</link>
      <description><![CDATA[<p>&lt;p&gt;Today, we are really proud to announce that the first version of &lt;strong&gt;Orchard Core&lt;/strong&gt; has been released in Beta.&lt;/p&gt;&lt;p&gt;&lt;span&gt;What is Orchard Core and Orchard Core CMS?&lt;/span&gt;&lt;br&gt;&lt;/p&gt;&lt;br&gt;&lt;p&gt;&lt;strong&gt;Orchard Core&lt;/strong&gt; is a Modular and Extensible Application Framework developped on the .NET Core ecosystem.&lt;br&gt;&lt;span&gt;It allows you to create Multi tenant SaaS applications and host multiple sites with only one instance.&lt;br&gt;&lt;/span&gt;&lt;span style="font-size: 1rem;"&gt;&lt;strong&gt;Orchard Core CMS&lt;/strong&gt; is a full featured Content Management System that provides many useful modules.&lt;br&gt;&lt;/span&gt;&lt;span style="font-size: 1rem;"&gt;With it, you can easily enable existing features or add your own modules to extend your application.&lt;/span&gt;&lt;/p&gt;&lt;p&gt; <img src="/blog/media/Orchard/OrchardCore-Logo.png">&lt;/p&gt;&lt;h2&gt;What features are available?&lt;/h2&gt;&lt;p&gt;These features are available out of the box:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Nuget Packages&lt;/strong&gt;&lt;span&gt;: Add reference in your application to Orchard Core Nuget packages.&lt;/span&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Performance&lt;/strong&gt;&lt;span&gt;: Handle many requests per second by default and even more with Response Cache.&lt;/span&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Portable &lt;/strong&gt;&lt;span&gt;: You can develop and deploy on multiple platforms : Windows, Mac and Linux.&lt;/span&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Deployment&lt;/strong&gt;&lt;span&gt;: Import/Export the data and the structure of your site with deployment plans.&lt;/span&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Setup&lt;/strong&gt;&lt;span&gt;: Use different recipes to setup your site with initial features and content types using configurable steps and dynamic parameters.&amp;nbsp;&lt;/span&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Storage&lt;/strong&gt;&lt;span&gt;: YesSQL allows you to store your contents in SQL Server, SQLite, MySQL or PostgreSQL as if it was a document database.&lt;/span&gt;&lt;br&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Many other modules can allow you to create a CMS:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Create your &lt;strong&gt;Content Types&lt;/strong&gt; adding out of the box predefined Parts and Fields.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Customize your site using &lt;strong&gt;Themes &lt;/strong&gt;with ASP.NET Razor or Liquid syntax files.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Define different &lt;strong&gt;Zones&lt;/strong&gt; on the site and add &lt;strong&gt;Widgets &lt;/strong&gt;anywhere in your pages.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Declare &lt;strong&gt;Templates &lt;/strong&gt;in admin that overrides the rendering of your content types.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Edit your content with &lt;strong&gt;Wysiwyg &lt;/strong&gt;or &lt;strong&gt;Mardown &lt;/strong&gt;editors that can use &lt;strong&gt;Liquid filters&lt;/strong&gt;.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Get a &lt;strong&gt;Live Preview&lt;/strong&gt; of your content in separate window while editing it from the admin.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Manage the &lt;strong&gt;Users, Roles and Permissions&lt;/strong&gt; to give access to the Admin dashboard pages.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Manage your Assets and Media folders, upload files and add link to dynamically resized pictures.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Organize your &lt;strong&gt;Contents &lt;/strong&gt;and navigate in the site: Lists, Menus, Taxonomies, Urls, ...&lt;br&gt;&lt;/li&gt;&lt;li&gt;Search: &lt;strong&gt;Index&lt;/strong&gt; your data and &lt;strong&gt;Query &lt;/strong&gt;them in &lt;strong&gt;Sql &lt;/strong&gt;or &lt;strong&gt;Lucene &lt;/strong&gt;using Liquid syntax.&lt;br&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2&gt;What is the current Status?&lt;/h2&gt;&lt;p&gt;Orchard Core is currently in &lt;strong&gt;Beta&lt;/strong&gt;. See the &lt;a href="https://github.com/OrchardCMS/OrchardCore/wiki/Roadmap" target="_blank"&gt;Roadmap&lt;/a&gt;&amp;nbsp;for more details. &lt;br&gt;&lt;span style="font-size: 1rem;"&gt;This is an &lt;strong&gt;Open Source&lt;/strong&gt; project so everyone can contribute and help in many ways to make it grows.&lt;/span&gt;&lt;/p&gt;&lt;br&gt;&lt;h2&gt;How do I get started?&lt;/h2&gt;&lt;p&gt;Create an application using Orchard Core is as easy as adding a Nuget package reference to your &lt;strong&gt;ASP.NET Core project&lt;/strong&gt; and configure two lines in the startup.cs file.&lt;br&gt;&lt;span style="font-size: 1rem;"&gt;You can have a running instance in less than 5 minutes following this &lt;a href="http://www.ideliverable.com/blog/getting-started-with-orchard-core-as-a-nuget-package" target="_blank"&gt;tutorial&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;br&gt;&lt;h2&gt;Useful links:&lt;/h2&gt;&lt;p&gt;GitHub repository : &lt;a href="https://github.com/OrchardCMS/OrchardCore" target="_blank"&gt;https://github.com/OrchardCMS/OrchardCore&lt;/a&gt;&lt;br&gt;&lt;span&gt;Gitter chat room : &lt;/span&gt;&lt;a href="https://gitter.im/OrchardCMS/OrchardCore" target="_blank"&gt;https://gitter.im/OrchardCMS/OrchardCore&lt;/a&gt;&lt;br&gt;&lt;span&gt;Orchard Project site : &lt;/span&gt;&lt;a href="http://orchardproject.net/" target="_blank"&gt;http://orchardproject.net&lt;/a&gt;&lt;br&gt;&lt;span&gt;Orchard Core documentation : &lt;/span&gt;&lt;a href="http://orchardcore.readthedocs.io" target="_blank"&gt;http://orchardcore.readthedocs.io&lt;/a&gt;&lt;/p&gt;&lt;br&gt;<br></p>]]></description>
      <pubDate>Mon, 15 Jun 2020 11:24:53 GMT</pubDate>
      <guid isPermaLink="true">https://orchardcore.net/blog/orchard-core-beta</guid>
    </item>
  </channel>
</rss>