Connect to a database in ASP.NET Core without Entity Framework? | Asp.net core connect to sql server without entity framework

Recently we are working on a project, in which we need to create a Rest Web API using ASP.NET Core but we don’t want to use the Entity Framework core. we are using an existing database that contains some custom views functions and stored procedures and we do not want to use EF Core. So … Read more