Thursday, January 28, 2021

Entity Framework: SqlException: Invalid column name 'Discriminator'.

 This error generally means there is a derived class from EF POCO base class which hasn't been marked with [NotMapped] attribute. More explanation can be found at 


https://stackoverflow.com/questions/6553935/ef-code-first-invalid-column-name-discriminator-but-no-inheritance

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...