.NET Core 3.0 and Blazor support

I want to address a few commonly asked questions related to Blazor applications in Radzen.

Why doesn't Radzen support MySQL databases in Blazor applications?

Radzen uses Entity Framework Core to connect to a database. At this time the MySQL driver does not support .NET Core 3.0 (which is needed by Blazor applications). We are closely following this Github issue and will release an update as soon as such support is available.

Why doesn't Radzen support Oracle databases in Blazor applications?

The Oracle package doesn't support .NET Core 3.0 and EF Core 3.0 as well. The current statement from the Oracle team is that they will wait for the next release (probably 3.1). As with MySQL we will enable Oracle support in Radzen as soon as there is .NET Core 3.0 compatible version.

Will Radzen Angular applications support .NET Core 3.0?

They probably will as soon as there is a .NET Core 3.0 compatible version of OData. This Github issue follows the progress.