I've previously developed custom modules which is pretty straight forward because all i have to
do is inplement Dyanmicweb.Gui ind the backend and return strings containing HTML to the page
output.
Now I need to customize/add functionality to some of the standard modules in Dynamicweb which I think is a bit more complicated, isnt it ?
How do you handle such scenarios?
My first thought was to decompile the assemblies, make the changes and compile again, but when the assemblies get updatet the adjustments would be lost.