[Code]-ASP.NET Core Web API WITHOUT Entity Framework
In this article, we will talk about, How to create ASP.NET Core Web API WITHOUT Entity Framework. We will connect to SQL Server from .Net Core without using Entity Framework and will use simply use the old way which uses SqlConnection for performing operation in the database. If you are a newbie and started learning … Read more