Rillian
Rillian
CC#
Created by Rillian on 7/17/2024 in #help
Help with EF Core polymorphic associations
I currently have this working with joining tables. I have interfaces containing collections and then I link it all together in the context class with a HasMany relationship. I'm just wondering if I can simplify things and replace all those extra tables with a polymorphic association on the comment/auditlogentry tables
7 replies
CC#
Created by Rillian on 7/17/2024 in #help
Help with EF Core polymorphic associations
@boiled goose That's my issue with inheriting from abstract classes. @PixxelKick I do need to make these logs viewable in the application I'd be keen to use the same approach with other bits of data like comments.
7 replies
CC#
Created by Rillian on 10/17/2023 in #help
❔ Please point me in the right direction. WPF + Windows Service app.
👍 Thanks again for your help.
17 replies
CC#
Created by Rillian on 10/17/2023 in #help
❔ Please point me in the right direction. WPF + Windows Service app.
Amazing, thanks for your help. Finally I was originally considering WinUI 3, even more now with .NET 7. What's your opinion on using it for very data-heavy apps? A lot of the apps I regularly deal with are pretty much just a wrapper around a really nice table widget.
17 replies
CC#
Created by Rillian on 10/17/2023 in #help
❔ Please point me in the right direction. WPF + Windows Service app.
Reasons? But you can share the Windows App SDK inc. WinUI 3?
17 replies
CC#
Created by Rillian on 10/17/2023 in #help
❔ Please point me in the right direction. WPF + Windows Service app.
Ah yes ~200MB. Will MSIX packaging share dependencies between apps?
17 replies
CC#
Created by Rillian on 10/17/2023 in #help
❔ Please point me in the right direction. WPF + Windows Service app.
.NET 7/8 Vs 4.8. I'm not too worried about an extra few MB
17 replies
CC#
Created by Rillian on 10/17/2023 in #help
❔ Please point me in the right direction. WPF + Windows Service app.
What are the benefits? For context I work in healthcare in the UK. 32bit winforms apps that treat not responding like a loading screen are the norm.
17 replies
CC#
Created by Rillian on 10/17/2023 in #help
❔ Please point me in the right direction. WPF + Windows Service app.
On a second closer look worker services with dotnet 7 are starting to look ideal. There's already a nice guide on gRPC via AF_UNIX and MSIX packaging looks more straightforward than MSI.
17 replies