hdmark
Ef core help
I'm changing the data structure of the user model tables , so the edmx would need to be changed as well. That's where I was thinking I could update the ef6 to core3 and use it in both , or just kinda say fuck it, make the changes in both seapatetly and then in 10 years bring the old netfx stuff to core and use the new model priject
23 replies
Ef core help
We have a user model project right now that like 6 programs use that are all netfx . The user model project is ef6 with its edmx file and then a bunch of class files with all sorts of custom code . My new priject is rewriting basically an address book so I was using blazor cause I have no desire to write a netfx web forms app from scratch in 2025
23 replies