How to call stored procedure in web api without using entity framework
I was working on an existing project in which I need to call stored procedures in asp net Core without Entity Framework. In the Database, I have created some stored procedures and we want to call the store procedure in our code but we do not want to use EF. To call a stored procedure … Read more