EdwardL75
EdwardL75
First I want to say how irritating it is to do searches on database-first issues and most every response is code-first. Also even the few you can find that answers...
Thanks but I prefer NOT to change the database structure, but implement some override code that make use of EF without needing to have those "normalized" fields present.
So using that code in a data/model class with my project I have the `using Microsoft.AspNetCore.Identity.EntityFrameworkCore;` but I get error in the ApplicationDbContext class of: > The type 'Laier_It.Models.ApplicationUser' cannot...