TomasEkeli@programming.dev to .NET@programming.dev · 7 days agoMicrosoft designates Blazor as its main future investment in Web UI for .NETdevclass.comexternal-linkmessage-square15fedilinkarrow-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 · 7 days agomessage-square15fedilink
minus-squareMihies@programming.devlinkfedilinkarrow-up2·7 days 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