I have created a Web API built on .NET Framework 4.7.2. I want to be able to communicate with SQL Server without using Entity Framework.
Microsoft.Data.SqlClient and System.Data.SqlClient are not compatible with .NET Framework 4.7.2. I really do not want to use any ORM.
Any suggestions?