Posts by Evolua • 13 points
2 posts
-
0
votes1
answer274
viewsQ: Entity Framework Code First. How to generate two banks from two projects, with the second project using classes from the first
Personal talk! I have a question regarding Entity Framework 6. I have two projects A and B, A being a shared core. It has some classes as Parents, State, City, Address etc. In Project B, I have some…
-
1
votes1
answer170
viewsQ: Customize Identityuserclaim
I’m trying to customize the Identity Claims table, through the Identityuserclaim class. I am using a mapping, through the Entitytypeconfiguration class, but I get the error: A Configuration for type…