you can create a custom property editor or a custom dashboard with angularJS. With the angular controller you can call a webApiController. In the webApiController you can perform the CRUD operations, ie. with Peta Poco (http://www.toptensoftware.com/petapoco/) or with standard c# code.
+1 for what Sören describes above - I just want to add that you can find more information about WebApi in Umbraco here https://our.umbraco.org/documentation/Reference/WebApi/ and you can learn a bit more about Umbraco and AngularJS here https://github.com/umbraco/AngularWorkbook (But be aware this describes how to use the WebApi to delivery data to a property editor, that can consume the data using the API)
If you want to be able to administer your custom table from a custom section in Umbraco you can learn more about that here http://www.nibble.be/?p=440
CRUD operation from Umbraco 7.2 Administrator control panel
How I will perform CRUD operation on a custom table from Umbraco 7.2 Administrator control panel.
Hi Sudipta,
you can create a custom property editor or a custom dashboard with angularJS. With the angular controller you can call a webApiController. In the webApiController you can perform the CRUD operations, ie. with Peta Poco (http://www.toptensoftware.com/petapoco/) or with standard c# code.
Hope this helps.
Best,
Sören
Hi Sudipta and welcome to our :)
+1 for what Sören describes above - I just want to add that you can find more information about WebApi in Umbraco here https://our.umbraco.org/documentation/Reference/WebApi/ and you can learn a bit more about Umbraco and AngularJS here https://github.com/umbraco/AngularWorkbook (But be aware this describes how to use the WebApi to delivery data to a property editor, that can consume the data using the API)
If you want to be able to administer your custom table from a custom section in Umbraco you can learn more about that here http://www.nibble.be/?p=440
Hope this helps.
/Jan
is working on a reply...