diddydemon
❔ Blazor high frequency UI changes
When working with Blazor. I have a table that contains data and control components. These rows have child rows that also contain a control and some data. The data in the child rows is updated frequently via signal r which in turn causes a lot of statehaschanged events and frezes the table. Is there a pattern I should be using to avoid this issue?
5 replies
Is it possible to allow an installer to downgrade dll's while not overwriting other app files?
When creating an installer. (using Wix) Is there a way to have better control over the reinstall property for single files/components? I need to be able to downgrade dll files without forcing other files that get modified by the app at runtime to also be re-installed. I've tried setting the reinstall type to dmus from the default omus. However, while this allows me to downgrade dlls it also overwrites other files that have there state modified by the app.
1 replies