Microsoft is finally deprecating vbscript::Review the list of features that Microsoft is no longer actively developing in Windows 10 and Windows 11.

  • Lmaydev@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    Internet explorer outlasted so many browsers and silver light was good but killed by html5 when browser plugins fell out of favour.

    • thews@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      Silverlight was never good. Easy to throw together for devs that didn’t want to learn web standards? Sure.

      • PieMePlenty@lemmy.world
        cake
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        Didn’t need web standards in silverlight. The whole thing ran in a container didn’t it? Think of Java applets or whatever they were called or flash even… Just tech that was on its way out already. Silverlight was flash with dotnet and xaml and some people preferred that.

        • thews@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          It wasnt sandboxed from the DOM, it has enablehtml access and later on tacked on cross domain protections. They did apply a sandbox to the filesystem unless you trusted it.

          There was no fine RBAC or anything. https://learn.microsoft.com/en-us/security-updates/securitybulletins/2015/ms15-049

          Java applets were pretty bad too. Flash and the old quicktime or realplayer were a legitimate need in early days before the standards bodies started moving. Silverlight seemed to be an attempt to stall the standards moving forward.

          I get that some people liked it, but better options were already available, and could run on all devices with regular security updates.