.NET Core and MySQL Connector NET
It is exciting times! Recently Microsoft released .NET Core
1.0, a cross platform implementation of the .NET Framework.
.NET Core works on Windows, Mac OS, and Linux and is fully
open source!
We wanted to enable users of Connector/Net to be able to use .NET
Core so we have been working hard for the past few months to make
our provider fully .NET Core compatible. Because .NET Core
does not yet fully replace the traditional .NET Framework, we
will continue to ensure our provider is compatible with both
frameworks.
Along with these exciting changes, we are also including in our
most recent release support for Entity Framwork 7.0 and
Entity Framework Core 1.0.
In this article I will explain how to install and setup .NET Core
and how to make a simple sample that connects and retrieve data
in screen.
Setup
Further information about …
[Read more]