Answered by:
CRUD operation Angular JS using asp.net MVC with ADO.NET

Question
-
User1910487977 posted
CRUD operation Angular JS using asp.net MVC with ADO.NET
Any tutorial video tutorial on the above topic ??
Tuesday, October 29, 2019 10:07 AM
Answers
-
User-1038772411 posted
Hello UmerFaiz001,
As I share with you video https://www.youtube.com/watch?v=S18LT5q7ygw, they created demo using sqlClient.
As the link of microsoft
https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/ado-net-code-examplesAs a reference of microsoft link, there are different ADO.NET data providers like SqlClient, OleDb, Odbc etc..
So that in video used ado.net with the sqlClient provider. You can check in video at timing 05:35
Can you please let me know that which type of provider you want to use.
If you want still any help please let us know.
Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, November 19, 2019 6:24 AM
All replies
-
User-1780421697 posted
Its about the integration for AngularJS in MVC 5:
https://www.c-sharpcorner.com/UploadFile/302f8f/Asp-Net-mvc-5-with-angularjs-part-1/
You can use API to perform CRUD operations and in API you can use ADO.Net or EF whatever you like
https://www.c-sharpcorner.com/article/crud-operations-in-asp-net-core-web-api-using-ado-net/
Tuesday, October 29, 2019 12:56 PM -
User61956409 posted
Hi UmerFaiz001,
AngularJS official site is a good way to get started with AngularJS.
https://docs.angularjs.org/tutorial
And in above site, it provides the link to (youtube) video tutorials, you can go there and find help videos with 'angularjs+crud+mvc' as search_query.
Besides, you can learn basics of MVC using AngularJS from these sample.
https://code.msdn.microsoft.com/Learn-Basics-Of-MVC-Using-fd3f4372
https://code.msdn.microsoft.com/Getting-Started-CURD-1d0873c7
With Regards,
Fei Han
Wednesday, October 30, 2019 2:23 AM -
User-1038772411 posted
Hi UmerFaiz001,
The video link shows complete demo using the angularjs in mvc Video Link
The link shows demo for the creating api in .net and that api used into the angular project link : https://www.codaffection.com/angular-5-tutorial/angular-5-with-web-api-crud-application/
If you want still any help please let us know.
Thanks.
Monday, November 18, 2019 1:51 PM -
User1910487977 posted
Hi UmerFaiz001,
The video link shows complete demo using the angularjs in mvc Video Link
The link shows demo for the creating api in .net and that api used into the angular project link : https://www.codaffection.com/angular-5-tutorial/angular-5-with-web-api-crud-application/
If you want still any help please let us know.
Thanks.
The above tutorial is using EF but i need using ADO.NET ...
Tuesday, November 19, 2019 3:19 AM -
User-1038772411 posted
Hello UmerFaiz001,
As I share with you video https://www.youtube.com/watch?v=S18LT5q7ygw, they created demo using sqlClient.
As the link of microsoft
https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/ado-net-code-examplesAs a reference of microsoft link, there are different ADO.NET data providers like SqlClient, OleDb, Odbc etc..
So that in video used ado.net with the sqlClient provider. You can check in video at timing 05:35
Can you please let me know that which type of provider you want to use.
If you want still any help please let us know.
Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, November 19, 2019 6:24 AM