Vektor
Vektor
CC#
Created by Vektor on 5/22/2024 in #help
Updating Multiple instance of the same page in real time
Thank you for the info / suggestion
28 replies
CC#
Created by Vektor on 5/22/2024 in #help
Updating Multiple instance of the same page in real time
Maybe SignalR could work with the requirements
28 replies
CC#
Created by Vektor on 5/22/2024 in #help
Updating Multiple instance of the same page in real time
hmmm
28 replies
CC#
Created by Vektor on 5/22/2024 in #help
Updating Multiple instance of the same page in real time
so websocket is the goto then?
28 replies
CC#
Created by Vektor on 5/22/2024 in #help
Updating Multiple instance of the same page in real time
:owodespair:
28 replies
CC#
Created by Vektor on 5/22/2024 in #help
Updating Multiple instance of the same page in real time
is that possible ?
28 replies
CC#
Created by Vektor on 5/22/2024 in #help
Updating Multiple instance of the same page in real time
i have to do it without third party tools / nu gets
28 replies
CC#
Created by Vektor on 5/22/2024 in #help
Updating Multiple instance of the same page in real time
so if the client has multiple identical instance open they are all updated real time
28 replies
CC#
Created by Vektor on 5/22/2024 in #help
Updating Multiple instance of the same page in real time
Like let's say a simple page that adds something to it but if i have it open twice if i interact with one it updates on both
28 replies
CC#
Created by Vektor on 3/30/2023 in #help
✅ Multiple inheritance question
pain
14 replies
CC#
Created by Vektor on 3/30/2023 in #help
✅ Multiple inheritance question
so to do it more elegantly i need to do a full refactor of the service which given the deadline of today is not possible for the release, for now copy pasta it is and future releases with the refactored version
14 replies
CC#
Created by Vektor on 3/30/2023 in #help
✅ Multiple inheritance question
alexkneel
14 replies
CC#
Created by Vektor on 3/30/2023 in #help
✅ Multiple inheritance question
okay cheers for the explanation and the examples
14 replies
CC#
Created by Vektor on 3/30/2023 in #help
✅ Multiple inheritance question
The gist of it is copy paste code but i am trying to find out if i can avoid copy pasting everything and doing it more elegantly. The new webform that will provide the service is 99% identical to the old but it has it's own unique flares and features in a sense. I can't make it inherit the old partial class which inherits the base since I don't think it will allow me to access the base methods right?
14 replies