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
can you give code for CRUD(CREATE,READ,UPDATE,DELETE) in umbraco mvc
Hi sarathy,
For Umbraco 6.x and newer there are some services that you can use from .NET and C# https://our.umbraco.org/documentation/reference/management-v6/services/
And if you´re looking for the code for CRUD(CREATE,READ,UPDATE,DELETE) content in umbraco mvc, then take a look at the ContentService. https://our.umbraco.org/Documentation/Reference/Management-v6/Services/ContentService
Hope this helps,
/Dennis
hi dennis, thanks for your reply... i need crud operation sample code by using petapoco concept for custom table without umbraco admin section...
Perhaps you can use this blogpost from Warren Buckley http://creativewebspecialist.co.uk/2013/07/16/umbraco-petapoco-to-store-blog-comments/, maybe this video from aptitude can help you too http://www.aptitude.co.uk/videos/using-custom-tables-data-in-umbraco/
Thanks dennies.this link is very useful for me,it is only for how to insert and select table from database but i need edit,update and delete table sample code...pls help.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
CRUD operation in umbraco 7.2 mvc
can you give code for CRUD(CREATE,READ,UPDATE,DELETE) in umbraco mvc
Hi sarathy,
For Umbraco 6.x and newer there are some services that you can use from .NET and C# https://our.umbraco.org/documentation/reference/management-v6/services/
And if you´re looking for the code for CRUD(CREATE,READ,UPDATE,DELETE) content in umbraco mvc, then take a look at the ContentService. https://our.umbraco.org/Documentation/Reference/Management-v6/Services/ContentService
Hope this helps,
/Dennis
hi dennis, thanks for your reply... i need crud operation sample code by using petapoco concept for custom table without umbraco admin section...
Hi sarathy,
Perhaps you can use this blogpost from Warren Buckley http://creativewebspecialist.co.uk/2013/07/16/umbraco-petapoco-to-store-blog-comments/, maybe this video from aptitude can help you too http://www.aptitude.co.uk/videos/using-custom-tables-data-in-umbraco/
Hope this helps,
/Dennis
Thanks dennies.this link is very useful for me,it is only for how to insert and select table from database but i need edit,update and delete table sample code...pls help.
is working on a reply...