:::: MENU ::::

Friday, December 1, 2017

I've been writing a lot about how nice it is to have .NET Core 2.0 and .NET Standard 2.0 support the majority of the full framework .NET, which makes it easy to port existing full framework libraries. This post is a little different and I talk about one thing that is not compatible in .NET Standard/Core. Specifically I am talking about missing support for DbProviderFactories, which provide support for dynamically loading a DbProviderFactory without...