OrchardCore.Samples
OrchardCore.Samples copied to clipboard
Modules and Multi-Tenancy in ASP.NET samples using the Orchard Core framework
Should we upgrade the projects to .NET 6 (use Program.cs, ...)?
Could it be possible to add a "dev" branch in this repository with NuGet.config pointing to nightly builds.
You should really get the docs updated: the template app referenced here: https://docs.orchardcore.net/en/ag-docs/docs/guides/create-modular-application-mvc/ won't build in VS2019 and Sebastian's demo linked from that page is so out of date almost...
Hello @jeremycook Powerpoint link missing from the video and also the video needs to have the GitHub link in the description. Poor compilation at youtube. Thank you, Md. Alim Ul...
Added Blazor Sample as described in guide @Skrypt @agriffard
I've added a nicer homepage that showcases module and admin functionalities after setup is complete
Hi there ! Great work on orchard core and i am thinking of using it for a new SAAS product I am developing. I have two questions though ( since...
The sample multi-tenancy project (MultiTenantApplication.csproj) works fine with razor pages but how should we enable controllers and views? Trying to add them by adding ```csharp builder.Services.AddControllersWithViews(); ... app.MapDefaultControllerRoute(); ``` results...
Hello, I am using OrchardCore in Turkish. In Turkish, there are characters such as ı, I, ş, Ş, ö, Ö, ü, Ü, ğ, Ğ, ç, and Ç. I am experiencing...