To create a web API for student registration using stored procedure in asp.net core in visual studio 2022
fields are Id, Name, Email, Password, Date of Birth, Date of joining, and upload image. Apply all CRUD Operations
Loading
To create a web API for student registration using stored procedure in asp.net core in visual studio 2022
fields are Id, Name, Email, Password, Date of Birth, Date of joining, and upload image. Apply all CRUD Operations
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Aug 3, 2022, 1:01 PM
Vishal YelvePosted Aug 3, 2022, 5:21 AM
Hi Pushpendra,
Please find the attached code. I have already done the same CRUD for employee details using EF Core.
- For using Store Procedure Please refer to my Git repository code https://github.com/vyelve/WebApiDemo
(Note: file upload you can refer from attached code.)