Call Stored Procedure in WEB API without Entity Framework

ASP.NET Core | How to Call Stored Procedure in Web API without Entity Framework

In the .NET Framework, there are various methods to connect the database without using Entity Framework. In this tutorial, we will learn How to Call…

Read More ASP.NET Core | How to Call Stored Procedure in Web API without Entity Framework

How to Create Asp.Net Core CRUD Web API with Dapper ORM

In this article, we will learn How to Create Asp.Net Core CRUD Web API with Dapper ORM and SQL Server. Prerequisites Previous Article Also check…

Read More How to Create Asp.Net Core CRUD Web API with Dapper ORM