Sick Gaming
Orchard Core Release Candidate 2 now available - Printable Version

+- Sick Gaming (https://www.sickgaming.net)
+-- Forum: Programming (https://www.sickgaming.net/forum-76.html)
+--- Forum: C#, Visual Basic, & .Net Frameworks (https://www.sickgaming.net/forum-79.html)
+--- Thread: Orchard Core Release Candidate 2 now available (/thread-95918.html)



Orchard Core Release Candidate 2 now available - xSicKxBot - 06-27-2020

Orchard Core Release Candidate 2 now available

<div style="margin: 5px 5% 10px 5%;"><img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/orchard-core-release-candidate-2-now-available.png" width="58" height="58" title="" alt="" /></div><div><div class="row justify-content-center">
<div class="col-md-4">
<div><img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/orchard-core-release-candidate-2-now-available.png" width="58" height="58" alt="Avatar" class="avatar avatar-58 wp-user-avatar wp-user-avatar-58 photo avatar-default"></p>
<p>Sebastien</p>
</div>
</div>
</div>
<div class="entry-meta">
<p>June 26th, 2020</p>
</p></div>
<p><!-- .entry-meta --> </p>
<p>We are thrilled to announce that Orchard Core RC2 is now available.</p>
<h2>What is Orchard Core?</h2>
<p><a href="https://www.orchardcore.net/">Orchard Core Framework</a> is a community-based application framework for building modular, multi-tenant applications on ASP.NET Core. It has been created by more than <strong>150 contributors</strong> and has over <a href="https://github.com/orchardcms/orchardcore">4K stars on GitHub</a>.</p>
<p>Orchard Core also includes Orchard Core CMS, a Web Content Management System (CMS), that is built on top of the Orchard Core Framework. It 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>
<pre><code>dotnet new -i OrchardCore.ProjectTemplates::1.0.0-*
</code></pre>
<h3>Creating a new modular application</h3>
<p>Using the templates, a modular MVC application can be created by running:</p>
<pre><code>dotnet new ocmvc -n MySite
</code></pre>
<p>And a module is created by running:</p>
<pre><code>dotnet new ocmodulemvc -n MyModule
dotnet add MySite reference MyModule
</code></pre>
<h3>Creating an Orchard CMS website</h3>
<p>To create a new site based on the Orchard Core CMS run:</p>
<pre><code>dotnet new occms -n MySite
dotnet run --project .\MySite\MySite.csproj
</code></pre>
<p>After going through the setup form you get a working Blog.</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/orchard-core-release-candidate-2-now-available-1.png"> <img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/orchard-core-release-candidate-2-now-available-1.png" alt="Image blog" width="1058" height="662" class="alignnone size-full wp-image-23879"></a></p>
<h2>What’s new</h2>
<p>Some notable improvements include:</p>
<ul>
<li>Content localization support, and pre-configured localized Setup experience</li>
</ul>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/orchard-core-release-candidate-2-now-available.gif"> <img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/orchard-core-release-candidate-2-now-available.gif" alt="setup" width="976" height="616" class="alignnone size-full wp-image-23878"></a></p>
<ul>
<li>Improved block content management experience</li>
</ul>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/orchard-core-release-candidate-2-now-available-1.gif"> <img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/orchard-core-release-candidate-2-now-available-1.gif" alt="Blocks" width="976" height="616" class="alignnone size-full wp-image-23880"></a></p>
<ul>
<li>Sitemaps management</li>
<li>Azure support improvements</li>
</ul>
<h3>Resources</h3>
<h2>Development plan</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>
</div>


https://www.sickgaming.net/blog/2020/06/26/orchard-core-release-candidate-2-now-available/