Rename
Rename
CC#
Created by Rename on 2/3/2025 in #help
Converting Legacy App to .Net 8
makes sense, I guess it is mainly CA that's been confusing me since I feel like it caused a bit more "workarounds" than it helped thanks for taking the time 🙏
50 replies
CC#
Created by Rename on 2/3/2025 in #help
Converting Legacy App to .Net 8
I'm just not sure how to structure all this, knowing that I need to use such methods multiple times, that need navigation data loaded ahead of running them
50 replies
CC#
Created by Rename on 2/3/2025 in #help
Converting Legacy App to .Net 8
not sure if keeping it in the partial class of StaffMember entity makes sense. obviously I need to load related data so that it returns the correct value
50 replies
CC#
Created by Rename on 2/3/2025 in #help
Converting Legacy App to .Net 8
so in the specific case of using a GetShift method for a staff member, how would you go about it?
50 replies
CC#
Created by Rename on 2/3/2025 in #help
Converting Legacy App to .Net 8
I get what you are saying, thats correct that I've been using generic repos on top of EF Core also
50 replies
CC#
Created by Rename on 2/3/2025 in #help
Converting Legacy App to .Net 8
yes it is a Web app, and you're right, it is not neccessarily a "conversion" I'm doing but a complete rewrite
50 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
thanks again
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
makes sense, didn't think of that
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
so you'd say there's no need with making that ShiftService a Singleton or something like that?
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
thanks, I'll go ahead with that ShiftService then
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
exactly
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
since I could add the getShift method in a ShiftService
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
or are service -to-service dependencies not good
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
would it make sense to inject a ShiftService in this Service?
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
my issue is I need to use those Shifts a lot and not sure the service is the best way to do it, I don't know if what I'm saying makes sense to you lol
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
I added that myself actually, since I'm moving it to .net 8
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
my issue with that is I'll have to use GetShift() method in many other places so I would have to duplicate that code. I have not used clean architecture before so I can't quite grasp what the setup should be
33 replies
CC#
Created by Rename on 10/8/2024 in #help
How to setup shared/common data in a web app
No description
33 replies
CC#
Created by Rename on 6/13/2024 in #help
"Duplicate property" Entity Framework 8 Error
No description
10 replies
CC#
Created by Rename on 6/13/2024 in #help
"Duplicate property" Entity Framework 8 Error
I did, thats how that class AlternativeShift was created initially. I simply added the column data annotations. Used to work before!
10 replies