Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi!
I want to create a custom crud in Umbraco please provide any reference for version 11
Hi Shivani
Depends a little what you are trying to do.
There is a plugin called Konstrukt that will allow CRUD updating of a database table via the Umbraco backoffice (free for one table).
https://getkonstrukt.net/
Otherwise Umbraco has a set of Services to allow you to manipulate Umbraco entities in Crud Scenarios, eg the ContentService
https://docs.umbraco.com/umbraco-cms/reference/management/services/contentservice/
Allows you to create, update, delete, publish content items in Umbraco
and similarly for images, pdfs etc, there is the Media Service:
https://docs.umbraco.com/umbraco-cms/reference/management/services/mediaservice
But maybe you want to do something else?
regards
Marc
Thank you Marc for your reply! I'll soon work on it and give it back to you.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom Crud
Hi!
I want to create a custom crud in Umbraco please provide any reference for version 11
Hi Shivani
Depends a little what you are trying to do.
There is a plugin called Konstrukt that will allow CRUD updating of a database table via the Umbraco backoffice (free for one table).
https://getkonstrukt.net/
Otherwise Umbraco has a set of Services to allow you to manipulate Umbraco entities in Crud Scenarios, eg the ContentService
https://docs.umbraco.com/umbraco-cms/reference/management/services/contentservice/
Allows you to create, update, delete, publish content items in Umbraco
and similarly for images, pdfs etc, there is the Media Service:
https://docs.umbraco.com/umbraco-cms/reference/management/services/mediaservice
But maybe you want to do something else?
regards
Marc
Thank you Marc for your reply! I'll soon work on it and give it back to you.
is working on a reply...