Starting from EF Core 2.1, storing a string array becomes possible thanks to the support for value conversions
Here is our Entity:
And here is the code we added in the OnModelCreating():
Starting from EF Core 2.1, storing a string array becomes possible thanks to the support for value conversions
Here is our Entity:
And here is the code we added in the OnModelCreating():