TomasEkeli@programming.dev to .NET@programming.dev · 2 months agoMicrosoft designates Blazor as its main future investment in Web UI for .NETdevclass.comexternal-linkmessage-square15linkfedilinkarrow-up118arrow-down11
arrow-up117arrow-down1external-linkMicrosoft designates Blazor as its main future investment in Web UI for .NETdevclass.comTomasEkeli@programming.dev to .NET@programming.dev · 2 months agomessage-square15linkfedilink
minus-squareMihies@programming.devlinkfedilinkarrow-up2·2 months agoYou can trim the code to some extent but not more than that because of reflection (I really wish reflection could be turned off). But eventually, one could use shared assemblies and download would happen only once for most of the binaries
You can trim the code to some extent but not more than that because of reflection (I really wish reflection could be turned off). But eventually, one could use shared assemblies and download would happen only once for most of the binaries