Тёмный
No video :(

OSS Spotlight - Build websites with a modern ASP.NET Core CMS - Orchard Core 

dotnet
Подписаться 297 тыс.
Просмотров 14 тыс.
50% 1

Are you developing .NET web apps and are tired of reinventing the wheel with every project? Use a modern foundation to build on instead! In this session, we'll do a quick dive into working with the modern ASP.NET Core framework and web content management system (CMS) Orchard Core. We'll see what Orchard can provide you, how it goes beyond simple content management, and why you'd want to join such a cutting-edge open-source community.
Find more .NET Conf at dotnetconf.net and Orchard at orchardcore.net/
Links shown at the end to help you get going with Orchard Core:
- orchardcore.net/
- orcharddojo.net/
- github.com/Lom...
🙋‍♀️🙋‍♂️ Get your questions answered on the Microsoft Q&A for .NET: aka.ms/dotnet-qa
🏫 Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn: aka.ms/learndo...
#DotNet #dotnetconf #dotnet7

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@bilbobaggins8953
@bilbobaggins8953 Год назад
I remember reading about orchard many years ago. good to see it is still going strong. I will definetly test it out
@HarveyColasino
@HarveyColasino Год назад
I've been a fan of ProjectOrchard for years now. Thank you!
@G4GBill
@G4GBill Год назад
I wish you had shared more of the build script you used. I would like to see a "step-by-step" command line build using WSL or Linux, like doing a "minimal web api". this really helps me visualize dockerizing the build. Can we see the script or maybe a video building from CLI and maybe using VS Code?
@paulleroy4606
@paulleroy4606 Год назад
Great presentation, thank you. Out of all the presentations here, I'm not seeing anything dealing with a customer management system that would have database records such as customer records, opportunity activity records, etc... Like records you would find in a Salesforce application.
@testtest-wt5ho
@testtest-wt5ho 3 месяца назад
Would be nice know more about the database schema and the ideas used for that.
@oldbrazil
@oldbrazil 3 месяца назад
great presentation. too short. want to dive deeper into orchard !
@zfold4702
@zfold4702 3 месяца назад
What if you start with Agency template and want to add Blog to the same website? Is that possible? Thanks.
@rwxzig
@rwxzig Год назад
Can we get some tutorial on theme development? And perhaps plugins or modules. Like how to extend functionalities etc
@AhmedMohammed23
@AhmedMohammed23 Год назад
i would like to see a full razor and or blazor template like the blog liquid one included by default will make it much easier for asp developer to start a new sites with orchard with few theme customization like with wordpress
@Eirenarch
@Eirenarch Год назад
I am curious how the database schema works, is there some place I can see it or I have to download and install it and see it on my own database? Specifically I wonder how these items that are defined work on a database level. It seems like a blog post would not have the fields for a blogpost in a table but will have a collection of field name/field value pairs
@Piedone
@Piedone Год назад
Orchard Core uses a "document DB in SQL" approach with a library called YesSql. You'll find more info in the Orchard docs. If you'd like to see it in action, then indeed, create an OC solution, install it with e.g. the Blog recipe and SQLite, and then use something like the DB Browser utility to inspect what's in the database. I hope you'll find it inspiring!
@cooperx2917
@cooperx2917 Год назад
Hello, thanks for the content. How do we integrate orchard to existing asp. Net core 6 project? Thanks
@zoltanlehoczky5558
@zoltanlehoczky5558 Год назад
If I add links my comments vanish, so please check out the Orchard documentation page -> Getting started. You can also just use pieces of Orchard, not the full system. Check out docs -> Reference for an overview.
@cooperx2917
@cooperx2917 Год назад
@@zoltanlehoczky5558 awesome, thank you
@DanielHarrisCodes
@DanielHarrisCodes Год назад
@@zoltanlehoczky5558 Do you have any info on how to implement authentication/user management when just using Orchard Core (Not the CMS for which there's lots of info on how to turn on the module etc.). We are building without the CMS just using Orchard Core itself - As far as I know this is supported, we have a number of modules working correctly already, but we are yet to implement user authentication as documentation seems sparse.
@ahmedfattal9569
@ahmedfattal9569 Год назад
what if I want a database, authorization and authentication can I build it on top of it?
@lhnw
@lhnw Год назад
you can, but if you only need authorization/authencation, you can use IdentityServer or Openiddict.
@ahmedfattal9569
@ahmedfattal9569 Год назад
@@lhnw Can I build a recruitment system project for example?
@lhnw
@lhnw Год назад
tl;dr, yes. orchard core is huge project so you need learn this. but still easier than building that from scratch.
@AlizerLeHaxor
@AlizerLeHaxor Год назад
a cms in asp?????? no way.
@christiannickel9801
@christiannickel9801 Год назад
Is it really that surprising? Orchard has been around for a long time, I think since .Net framework 2 or 3.
@ahmedfattal9569
@ahmedfattal9569 Год назад
@Christian Nickel I have a question why it's not popular than WordPress cms? And whats the main difference btw Orchard and WP?
@MohiyoDeen
@MohiyoDeen Год назад
@@ahmedfattal9569 Developer community wasn't available for .NET before .NET CORE now many people are contributing to .NET
@Piedone
@Piedone Год назад
@@ahmedfattal9569Because this talk was just published half a day ago! :D Orchard and WordPress are fundamentally different, WP being built on PHP. The feature set and general approach are quite different as well.
@ahmedfattal9569
@ahmedfattal9569 Год назад
@Piedone thank you for your answer, however I know WP is based on php but other than that can orchard offer more than WP
@EmrahTokalak
@EmrahTokalak Год назад
I think introducing Orchard Core as a CMS makes the product appear much smaller and less valuable than it is.
@Piedone
@Piedone Год назад
I did explain that it's also a framework, and shown/mentioned some parts :). It's just that a big part of Orchard is CMS functionality, especially that of the user-facing part. So, leaving that out would've been a loss. However, this session needed to be shorter than half an hour, so not much else will fit into it. In longer talks, we can go into more detail of the framework part.
@DanielHarrisCodes
@DanielHarrisCodes Год назад
There's definitely a lack of info on using Orchard Core (not Orchard CMS) in my opinion. We have it working and have a few modules but making use of existing modules like the OrchardCore.Users module either isn't possible or isn't documented anywhere
Далее
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11
Orchard Core CMS - with Zoltán Lehóczky
1:11:12
Просмотров 2,6 тыс.
Showcasing Orchard Core CMS
1:10:46
Просмотров 11 тыс.
Azure Container Apps with .NET | .NET Conf 2022
26:33
Orchard Core CMS | PGHDOTNET
52:58
Просмотров 2 тыс.
Implementing a SaaS module in Orchard Core
2:00:48
Просмотров 9 тыс.
Using Orchard Core as a Decoupled CMS
1:58:32
Просмотров 31 тыс.
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11