Asked by:
Single page application using asp.net mvc with web API using ado.net

Question
-
User1910487977 posted
Single page application using asp.net mvc with web API using ado.net
Any beginner tutorial for the above ...
Tuesday, August 20, 2019 4:19 AM
All replies
-
User-1038772411 posted
Hi UmerFaiz001,
Try This may help you: https://dzone.com/articles/crud-operation-with-aspnet-core-mvc-using-adonet-a
Tuesday, August 20, 2019 4:53 AM -
User-719153870 posted
Hi UmerFaiz001,
You can learn basic web api knowledge from Get Started with ASP.NET Web API 2 (C#).
Tutorial for ado.net using in web api: CRUD Operations In ASP.NET Core Web API Using ADO.NET.
Or if you are interested in EF: Using Web API 2 with Entity Framework 6.
Best Regard,
Yang Shen
Tuesday, August 20, 2019 5:34 AM -
User1910487977 posted
Thank you all ...
I need CRUD operation tutorial for the below
Single page application using CRUD Asp.net MVC with web API using ado.net
Wednesday, August 28, 2019 2:51 AM -
User-2054057000 posted
Single page application using asp.net mvc with web API using ado.net
Any beginner tutorial for the above ...
Have a look to this tutorial on CRUD operations in asp.net core
Wednesday, August 28, 2019 3:13 PM -
User-474980206 posted
asp.net core has better SPA support than the old MVC. it has a template for either an angular or react SPA.
you need to pick you SPA client framework first (react, angular or vue, etc). once you pick one, google: asp.net mvc <framework> spa
you will need to learn the client framework before making the ajax CRUD call. so just google: <framework> CRUD
you will need to learn node/webpack/babel tool chain. most of the popular frameworks have node script to create a boilerplate application and build scripts
react: npx create-react-app
angular: ng new
vue: vue uiWednesday, August 28, 2019 3:49 PM -
User1910487977 posted
Thanks for the reply
Any tutorials will be appreciated ...
Thursday, August 29, 2019 6:02 AM -
User-719153870 posted
Hi UmerFaiz001,
In addition to the above articles, you can also refer to the following:
WebAPI: Restful CRUD Operations in WebAPI Using ADO.NET Objects and SQL Server
and
Create a Web Application for Performing CRUD Operations Using JavaScript and Web API
Best Regard,
Yang Shen
Tuesday, September 3, 2019 5:09 AM