Continuous Delivery & Release Management | DevOps for Mobile

Build with an Azure free account. Get USD200 credit for 30 days and 12 months of free services.
Start free todayIn this episode, Vicky Harp joins Jeremy to talk about the new Microsoft.Data.SqlClient. They discuss why this new package was created, feature scenarios it supports, and also show off some demos of how to migrate.
Links
any sample for Microsoft.Data.SqlClient applied in Dependency Injection ?
I am using .NET Core 3.0 console application with Ado.net. Things are no that simple as you mentioned in video. I replaced System.Data with Microsoft.Data but IDbConnection, IConnectionFactory didn't worked. Similarly I am not able to get connection factory and getting error:
System.ArgumentException: 'The specified invariant name 'System.Data.SqlClient' wasn't found in the list of registered .NET Data Providers.'
Can you shed some light ?