I am creating an application of simple CRUD operation using angularJS in Asp.net c#.
I want to know, where I should keep code of CRUD operations?In .js file?
I also need a small demo of any one CRUD operation.
Please note that I am using SQL database.
Can anybody help me?
You could starts learn AngularJs with:
Enjoy!