Orchard Core Beta

Posted by admin on November 21, 2017

<p>Today, we are really proud to announce that the first version of <strong>Orchard Core</strong> has been released in Beta.</p><p><span>What is Orchard Core and Orchard Core CMS?</span><br></p><br><p><strong>Orchard Core</strong> is a Modular and Extensible Application Framework developped on the .NET Core ecosystem.<br><span>It allows you to create Multi tenant SaaS applications and host multiple sites with only one instance.<br></span><span style="font-size: 1rem;"><strong>Orchard Core CMS</strong> is a full featured Content Management System that provides many useful modules.<br></span><span style="font-size: 1rem;">With it, you can easily enable existing features or add your own modules to extend your application.</span></p><p> </p><h2>What features are available?</h2><p>These features are available out of the box:</p><ul><li><strong>Nuget Packages</strong><span>: Add reference in your application to Orchard Core Nuget packages.</span><br></li><li><strong>Performance</strong><span>: Handle many requests per second by default and even more with Response Cache.</span><br></li><li><strong>Portable </strong><span>: You can develop and deploy on multiple platforms : Windows, Mac and Linux.</span><br></li><li><strong>Deployment</strong><span>: Import/Export the data and the structure of your site with deployment plans.</span><br></li><li><strong>Setup</strong><span>: Use different recipes to setup your site with initial features and content types using configurable steps and dynamic parameters.&nbsp;</span><br></li><li><strong>Storage</strong><span>: YesSQL allows you to store your contents in SQL Server, SQLite, MySQL or PostgreSQL as if it was a document database.</span><br></li></ul><p>Many other modules can allow you to create a CMS:</p><ul><li>Create your <strong>Content Types</strong> adding out of the box predefined Parts and Fields.<br></li><li>Customize your site using <strong>Themes </strong>with ASP.NET Razor or Liquid syntax files.<br></li><li>Define different <strong>Zones</strong> on the site and add <strong>Widgets </strong>anywhere in your pages.<br></li><li>Declare <strong>Templates </strong>in admin that overrides the rendering of your content types.<br></li><li>Edit your content with <strong>Wysiwyg </strong>or <strong>Mardown </strong>editors that can use <strong>Liquid filters</strong>.<br></li><li>Get a <strong>Live Preview</strong> of your content in separate window while editing it from the admin.<br></li><li>Manage the <strong>Users, Roles and Permissions</strong> to give access to the Admin dashboard pages.<br></li><li>Manage your Assets and Media folders, upload files and add link to dynamically resized pictures.<br></li><li>Organize your <strong>Contents </strong>and navigate in the site: Lists, Menus, Taxonomies, Urls, ...<br></li><li>Search: <strong>Index</strong> your data and <strong>Query </strong>them in <strong>Sql </strong>or <strong>Lucene </strong>using Liquid syntax.<br></li></ul><br><h2>What is the current Status?</h2><p>Orchard Core is currently in <strong>Beta</strong>. See the <a href="https://github.com/OrchardCMS/OrchardCore/wiki/Roadmap" target="_blank">Roadmap</a>&nbsp;for more details. <br><span style="font-size: 1rem;">This is an <strong>Open Source</strong> project so everyone can contribute and help in many ways to make it grows.</span></p><br><h2>How do I get started?</h2><p>Create an application using Orchard Core is as easy as adding a Nuget package reference to your <strong>ASP.NET Core project</strong> and configure two lines in the startup.cs file.<br><span style="font-size: 1rem;">You can have a running instance in less than 5 minutes following this <a href="http://www.ideliverable.com/blog/getting-started-with-orchard-core-as-a-nuget-package" target="_blank">tutorial</a>.</span></p><br><h2>Useful links:</h2><p>GitHub repository : <a href="https://github.com/OrchardCMS/OrchardCore" target="_blank">https://github.com/OrchardCMS/OrchardCore</a><br><span>Gitter chat room : </span><a href="https://gitter.im/OrchardCMS/OrchardCore" target="_blank">https://gitter.im/OrchardCMS/OrchardCore</a><br><span>Orchard Project site : </span><a href="http://orchardproject.net/" target="_blank">http://orchardproject.net</a><br><span>Orchard Core documentation : </span><a href="http://orchardcore.readthedocs.io" target="_blank">http://orchardcore.readthedocs.io</a></p><br>