I'm using Visual Studio for Mac 2017 on macOS Sierra with Microsoft EntityframeworkCore and I'm trying to connect to a remote MS SQL Server.
If I start the project in Visual Studio on my Windows machine, everything works fine. But the same project on my M...
I'm trying to write an simple application using .net Core using VS2017 in my Macbook.
At this time, I'm trying to configure the Entity Framework Core, but I cant find a solution for this case:...modelBuilder.Properties()
.Where(p => p.Name == ...