Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to learn angularjs.
Can anyone help me to create a sample angularjs application that will have insert, update, delete operations in grid?
I want to use MSSQL for database and Visual Studio 2012.

Any help appreciated.
Thanks,

What I have tried:

I am learning angularjs using tutorials from http://www.w3schools.com/angular/
Posted
Updated 5-Apr-16 19:06pm
Comments
Andy Lanng 5-Apr-16 4:03am    
Angular is client-side. Getting and changing database data is server-side. You will need to pick a server-side language in VS2012, create your web services and data access, then probably use ajax in you angular controller to access the server-side services

1 solution

Hello,

As you know Angular is a client side tool, that can be used very well for two way binding data from the server. So use which ever tech you want. Based on your requirement i.e. SQL and VS, Please follow the below links for the tutorials:

CRUD Operation in ASP.NET MVC 4 and AngularJS[^]

MVC AngularJS Master/Detail CRUD, Filter And Sorting Using WEB API 2 With Stored Procedure[^]

CRUD Operation:
Implementing Basic CRUD Functionality with the Entity Framework in ASP.NET MVC Application[^]

Complete CRUD Operations in MVC 4 using Entity Framework 5 Without Writing a Single Line of Code[^]

Thanks
 
Share this answer
 
v3
Comments
Lokesh Zende 12-Apr-16 8:05am    
Thank you Passion4Code :)
It would be very helpful if you could provide me with a link which explains the CRUD operations using ASP.Net.
I am not familiar with MVC :|
Passion4Code 12-Apr-16 10:46am    
I have added two links which will surely help you learn that. please accept if this helps. Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900