2 Fragen mit ASP.NET-Tags
Sortieren nach: Aktualisiert
web app failed at database migration
Hello, I'm learning Blazor ( do it as an hobby) and created my first WebApp. No I want to publish the app on a web-server (Microsoftserver) and running in problems. I followed all the necessery steps in the right order (thanks to CodingWithJannick…
Entity Framework 8 mapping a komplex namespace of Types (non-interface reference type Error)
Hello, I have the following namespace of types I want to map in EF.: I know so far that I can't map the Interfaces directly. But how can I map the relations to EF? I tried the following: (limited subset): public DbSet<AasCore.Aas3_0.Key>…