No, Silverlight Shouldn't Come Back to Life

栏目: IT技术 · 发布时间: 4年前

内容简介:At first glance,Silverlight was a plugin-powered framework for building browser applications, much like Flash. Microsoft released the first version in 2007, which is a century ago in internet years. At the time, Google hadn’t even released their Chrome bro

M any ideas in software engineering can be described as “so crazy they just might work.” And then others are just plain crazy.

At first glance, OpenSilver , a new open-source implementation of Microsoft’s shuttered Silverlight platform, seems to belong to the crazy category. But at second glance — well, not much changes.

A very brief history of Silverlight

Silverlight was a plugin-powered framework for building browser applications, much like Flash. Microsoft released the first version in 2007, which is a century ago in internet years. At the time, Google hadn’t even released their Chrome browser. Flash was everywhere, except iPhones. (Forget iPads — they didn’t exist yet, either.)

Silverlight began its life as an almost-accidental offshoot to Microsoft’s WPF technology. WPF was all about building graphical Windows applications, but Silverlight took the same user interface model and wedged it into a browser. It took plenty of WPF developers along with it. (I was one.)

Despite Silverlight’s poor reputation today, most Microsoft developers were excited when it first appeared. No one really needed a Microsoft-built Flash competitor, but Silverlight filled an important gap in WPF. It gave developers a way to create rich client applications without needing to worry about deployment and setup issues. Sweetening the deal was the fact that Silverlight worked on most Mac computers, which was unheard of at the time.

No, Silverlight Shouldn't Come Back to Life

At one point, Silverlight was so popular that it allowed my publisher to print this book in full color

The most exciting part of Silverlight was its fast pace of change. By 2011, Microsoft was already releasing Silverlight 5. It ported over a boatload of useful features from WPF, including data grids and 3D graphics. Then the party came to an abrupt stop. Microsoft deprecated Silverlight, and loyal developers were once again furious at the tech behemoth.

Why did Silverlight need to die? Part of the reason was its lack of support for mobile platforms. Apple’s decision to keep plugins out of Safari on iOS played helped sideline both Flash and Silverlight. At the same time, the explosion of HTML5 and a range of dynamic JavaScript techniques (loosely described as Ajax ) meant that browser applications could suddenly do things they could never do before.

The gap between the native web and plugin-based applications closed. And once it was possible to build browser applications without a plugin (however painfully), all plugin technologies were on borrowed time.

Enter OpenSilver

Silverlight was officially deprecated in 2012 (although its end-of-life date, when it loses all Microsoft support, will be in 2021). But seeing as Silverlight development ground to a halt almost a decade ago, a new technology that supports it is an unusual choice. But here we are, with OpenSilver.

OpenSilver’s claim to fame is that it avoids Silverlight’s critical weakness: the plugin. OpenSilver doesn’t need one, because it’s built on a pile of new and emerging technologies, like a Russian Doll of tech.

No, Silverlight Shouldn't Come Back to Life

At the bottom of the stack isWebAssembly, a compact, binary code format that browsers can execute in the browser’s traditional JavaScript sandbox. Ambitious developers have used WebAssembly to create browser-based emulators , high-performance games , and new runtimes for browser-based applications.

That’s where OpenSilver comes in. Technically, it’s a reimplementation of Silverlight using WebAssembly. But it doesn’t start from scratch (because that would be too difficult and buggy). Instead, it piggybacks on Blazor, Microsoft’s next-generation framework for building single-page C# applications that run in the browser. All modern browsers support WebAssembly, and so they can also use Blazor, which means they can also run plugin-free OpenSilver. It’s a long road that leads through two new technologies to get back to a really old one.

OpenSilver today

It’s painfully clear that OpenSilver is still a work in progress. If you visit the OpenSilver showcase page , you’ll find real Silverlight demos running in the browser sandbox with no plugin, just as promised. But you’ll also find some missing features, including some — like 3D support — that may never appear. OpenSilver currently has about 60% coverage of the Silverlight libraries, but it has ambitious plans to include all the most commonly used bits, including the popular package of controls from third-party developer Telerik.

OpenSilver is also slow. The sluggishness is noticeable enough to warrant an angry red disclaimer on the showcase page, promising faster speeds in the near future. But it’s hard to fault OpenSilver for its performance growing pains, because it’s built on Blazor, a technology that won’t be finalized until late 2020. When that happens, the maintainers of OpenSilver expect its speed to increase by a factor of 30.

Does any of this make sense?

Microsoft has a history of creating ambitious new technologies and then sidelining them, leaving a wake of frustrated developers behind. But when they returned to the world of browser-based applications with client-side code, it seems that Silverlight example was still on their minds. Microsoft could have used WebAssembly and the expertise they acquired from Mono to build a new version of Silverlight. But instead, they decided to create an entirely new application model that closely follows their popular sever-side technology, ASP.NET Razor. And that decision makes sense. While it’sstill too soon to know if Blazor will live up to its early promise, it clearly delivers on speed and ambition.

Some developers have floated the idea that OpenSilver could evolve into an alternative to Blazor — in other words, that developers who happen to prefer the WPF libraries and the XAML markup model can use OpenSilver as a personal preference. This seems unlikely in the extreme. Never mind the performance concerns about the extra layer, it’s almost impossible for a framework to get traction with Microsoft developers if it isn’t explicitly supported by Microsoft. (See, for instance, the Uno platform .) Even the muti-year Mono project, which was endorsed by Microsoft, never took off with the business world until Microsoft bought the company and incorporated its ideas into other products like Blazor.

So what problem is OpenSilver trying to solve? If it had appeared eight years ago, it would be a lifeline to companies that had invested in Silverlight and were feeling around for ways to keep using their legacy applications. But now, the world has moved on. If there are companies that have spent nearly a decade clinging to a deprecated technology with serious limitations, perhaps OpenSilver will be a viable last resort. But the odds are good that there will be more work migrating, recompiling, and patching missing features. If you’re one of the very few people in this situation, waiting for a signal — now is the time the move on. And I say that as one of the few developers who will admit to liking Silverlight a decade ago.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Java解惑

Java解惑

布洛赫、加夫特 / 陈昊鹏 / 人民邮电出版社 / 2006-1 / 39.00元

本书特写了95个有关Java或其类库的陷阱和缺陷的谜题,其中大多数谜题都采用了短程序的方式,这些程序的行为与其看似的大相径庭。在每个谜题之后都给出了详细的解惑方案,这些解惑方案超越了对程序行为的简单解释,向读者展示了如何一劳永逸地避免底层的陷阱与缺陷。 本书趣味十足、寓教于乐,适合于具备Java知识的学习者和有编程经验的Java程序员。一起来看看 《Java解惑》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具