Are WPF and Silverlight Dead?


Recommended Posts

Awesome, thanks for the explanation, I looked around teh web and saw what it can do, very limited compared to flash nowadays, but I hope Ms can one up them.

? Silverlight can do MORE than flash these days - it's actually better compared to Adobe Air than Flash. Silverlight is a full, web & desktop application development platform running on a slim version of .NET, with arguably better performance and use of hardware acceleration than Flash has.

I've always liked this old demo of a Windows Desktop running completely in Silverlight : http://www.silveos.com/

? Silverlight can do MORE than flash these days - it's actually better compared to Adobe Air than Flash. Silverlight is a full, web & desktop application development platform running on a slim version of .NET, with arguably better performance and use of hardware acceleration than Flash has.

I've always liked this old demo of a Windows Desktop running completely in Silverlight : http://www.silveos.com/

Couldn't have said it better - thanks for the link, looks interesting?

? Silverlight can do MORE than flash these days - it's actually better compared to Adobe Air than Flash. Silverlight is a full, web & desktop application development platform running on a slim version of .NET, with arguably better performance and use of hardware acceleration than Flash has.

I've always liked this old demo of a Windows Desktop running completely in Silverlight : http://www.silveos.com/

That's pretty cool

This is a perfect example as to why, as a developer, you should never be a one trick pony. Keep learning. Never be satisfied with your current skill set.

The story of our profession. We are always faced with obsolescence. It is why the most important strength of a developer is his aptitude (ability to learn new things quickly). We are required to become masters of the technologies we use, but we need to be able to quickly get up and running when we realize that new thing is now the most important thing and that old thing we mastered is old news.

Without a high aptitude you are stuck... You can't learn every new technology, especially since a lot of them die off shortly after their buzz point peaks. Your strongest competitive advantage is that ability to get up to speed fast in the 11th hour and keep running strong...

@stewart, @Jen

If you guys (in the strictly gender neutral sense) are having any performance problems with CodeRush, please contact us.

We work on some pretty big solutions ourselves and would love the chance to reproduce and fix these issues for you.

If needed, we will sign NDA's to get hands on your code. Naturally this should make locating the source of any perf issues much quicker and easier.

Please feel free to contact me directly if I can be of any help.

You can reach me via email @ [email protected]

or on twitter (if that suits you better) as @RoryBecker

--

Rory Becker - DevExpress

  • 3 months later...

I?m bumping this topic due to the recent development at Microsoft?s BUILD conference.

In a recent topic I was seeing a lot of people misinterpreting what Microsoft?s keynote at BUILD. This might have to do with many not understanding what Silverlight actually is. Silverlight is a framework. XAML is the language used when writing applications targeting that framework. In much the same way that .NET is a framework and C# is a language that can target the .NET framework.

Now, let?s discuss Windows 8 and the changes Microsoft has made to it?s API. Take a look at this slide from the BUILD keynote as it?s a really great summary of what Microsoft is planning to do:

6143963169_3895da3425_z.jpg

There are a few simplifications: C and C++ can target .NET, Silverlight should probably be a box within .NET rather than with it, IE isn?t really a System Service. But it gets the general point across. There are Desktop Applications, that target Win32 and .NET, and there are Metro Applications, that target WinRT. The Metro interface is one of the big features of Windows 8. Metro apps get access to: fullscreen mode, Snap feature, live tiles on the new Start Screen.

So, where does this leave Silverlight? Well, not in a very good place. Silverlight has never gotten mass adoption and it hasn?t gotten the kind of development support behind it the whole .NET framework has. And now you have a new web capable framework coming out. Which Microsoft is putting all their weight behind and opening new features to. It?s very telling that when Microsoft had a ?we haven?t forgotten about Silverlight? moment at the keynote, it was to show how you can port code from Silverlight to WinRT.

But let?s extend this further. Here you have a new platform Microsoft is pushing that can handle Communications, Data, Graphics, and Devices. A platform that Microsoft is calling the next big thing. One not reliant on .NET. Microsoft is actively trying to get developers to port their code from .NET to WinRT. It?s obvious that .NET is being deprecated for WinRT. Now that?s not saying that .NET will disappear, Win32 is still around in Windows 8. But don?t expect to see the kind of advancements and new features .NET is receiving currently to continue.

But let?s extend this further. Here you have a new platform Microsoft is pushing that can handle Communications, Data, Graphics, and Devices. A platform that Microsoft is calling the next big thing. One not reliant on .NET. Microsoft is actively trying to get developers to port their code from .NET to WinRT. It?s obvious that .NET is being deprecated for WinRT. Now that?s not saying that .NET will disappear, Win32 is still around in Windows 8. But don?t expect to see the kind of advancements and new features .NET is receiving currently to continue.

It is more correct to say that WinRT is the next evolution of .NET. The .NET Languages are not going away and are a fundamental part of WinRT. The chart you list shows shows C#, VB, and XAML as part of it. This is why you can port easily between Silverlight to WinRT because its the same underlying framework. This is what is part of the Jupiter Framework that has been leaked for some time.

Silverlight is just WPF Lite and it and WPF never took off as the main UI for one main reason, the majority of code is native using C++. Devs didn't want to port the whole back-end for many reasons but they do want to leverage better UI constructs if possible. Thus, WinRT is born.

WinRT is just like .NET, it is a collection of languages but instead of being only managed based it adds native and web based languages into one framework. In fact, that is the best way to describe WinRT, it is .NET with the addition of native and web based languages. A more proper definition may even be minus WinForms, but I haven't looked into the details yet. But for C# and XAML to be listed very cleary it means the core of .NET is intact.

It is more correct to say that WinRT is the next evolution of .NET. The .NET Languages are not going away and are a fundamental part of WinRT. The chart you list shows shows C#, VB, and XAML as part of it. This is why you can port easily between Silverlight to WinRT because its the same underlying framework. This is what is part of the Jupiter Framework that has been leaked for some time.

Silverlight is just WPF Lite and it and WPF never took off as the main UI for one main reason, the majority of code is native using C++. Devs didn't want to port the whole back-end for many reasons but they do want to leverage better UI constructs if possible. Thus, WinRT is born.

WinRT is just like .NET, it is a collection of languages but instead of being only managed based it adds native and web based languages into one framework. In fact, that is the best way to describe WinRT, it is .NET with the addition of native and web based languages. A more proper definition may even be minus WinForms, but I haven't looked into the details yet. But for C# and XAML to be listed very cleary it means the core of .NET is intact.

Like I said, you have to make a distinction between a language and it's framework. .NET is a framework. C#, VB, XAML, those are languages. Those languages can target various frameworks: .NET or Mono and now WinRT. A language is just a set of lexicon and syntax. A framework is a set of prewritten code that developers can make use of in their program. For instance, if you?re making an application that needs to connect to a SQL server, you could write all the code to do that yourself, but the .NET library already has such a library: all you have to do is link to it and call it appropriately in your program.

So when Microsoft says you can use C# with WinRT, that means you can use things like the for loop and all the semantics you know and love with WinRT. However, there are a whole new set of libraries. When you want to run Silverlight code under WinRT, it must be ported. Calls to .NET libraries must be changed to WinRT libraries (ie. System.Windows must change to Windows.UI). Something similar happened in the past.

And, I have not seen any information coming out of Microsoft that WinRT is built on .NET. In fact that chart pretty specifically shows that they are completely unrelated.

At least we know the direction now with some certainty, in spite of MS's unwillingness to just come and tell us what we're going to be developing MS stuff with for the next 10 years.. I expected balloons and some party favors when .NET and Silverlight were shown the door. It appears all they got was some space on some keynote slides.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Samsung messages is still alive and well. They reversed that and decided to our more effort into it.
    • I think every American should have a course in a 'dry sense of humour' at school; and perhaps 'using sarcasm in jest' oh, and also 'the use or irony in humour'.
    • What they really need to do is automatically spell "loses" and "lose" correctly since nobody seems to know how to anymore. Then they blame spellcheck/autocomplete and don't realize autocomplete is just filling in the word for them automatically so it was misspelled in the first place.
    • If someone chooses to continue using SB and therefore goes through the manual intervention in the thread, afterwards the BSOD problem is gone. Whether they then re-enable the task doesn't matter, they're done, though on such machines it might pay to keep it disabled in case the next update (if there is a next) causes the same problem. OTOH, if someone disables SB in the BIOS, the problem is also gone. Incidentally, I noticed that this task exists even on machines that don't support SB. It's just installed across the board...and runs. Doing what on such machines is a little hazy.
    • qBittorrent 5.2.2 by Razvan Serea The qBittorrent project aims to provide a Free Software alternative to µtorrent. qBittorrent is an advanced and multi-platform BitTorrent client with a nice user interface as well as a Web UI for remote control and an integrated search engine. qBittorrent aims to meet the needs of most users while using as little CPU and memory as possible. qBittorrent is a truly Open Source project, and as such, anyone can and should contribute to it. qBittorrent features: Polished µTorrent-like User Interface Well-integrated and extensible Search Engine Simultaneous search in most famous BitTorrent search sites Per-category-specific search requests (e.g. Books, Music, Movies) All Bittorrent extensions DHT, Peer Exchange, Full encryption, Magnet/BitComet URIs, ... Remote control through a Web user interface Nearly identical to the regular UI, all in Ajax Advanced control over trackers, peers and torrents Torrents queueing and prioritizing Torrent content selection and prioritizing UPnP / NAT-PMP port forwarding support Available in ~25 languages (Unicode support) Torrent creation tool Advanced RSS support with download filters (inc. regex) Bandwidth scheduler IP Filtering (eMule and PeerGuardian compatible) IPv6 compliant Available on most platforms: Linux, Mac OS X, Windows, OS/2, FreeBSD qBittorrent 5.2.2 changelog: FEATURE: Use D-Bus to show file in file managers (Chocobo1) #24340 BUGFIX: Fix friendlyUnitCompact precision calculation (vafada) #24323 BUGFIX: Remove all top-level folders (glassez) #24333 BUGFIX: Use proper API for checking exit status (Chocobo1) #24349 BUGFIX: Delete stale lockfile when hostname mismatch (TurboTheTurtle, glassez) #24363 BUGFIX: Fix wrong removal procedure of watched folder paths (Chocobo1) #24413 BUGFIX: Don't reannounce before interface changes are applied (glassez) #24447 BUGFIX: Use Latin script for Bosnian locale name (Andy Ye) #24342 WEBUI: Fix performance of global checkbox toggling (tehcneko) #24316 WEBUI: Fix Safari transfer list header misalignment (Piccirello) #24377 WEBUI: Fix error when submitting magnet before metadata loads (Piccirello) #24378 WEBUI: Use correct row id when updating Rss Downloader feed selection (Chocobo1) #24402 WEBUI: Use SameSite=Lax for session cookie to fix cross-site login (Piccirello) #24422 WEBUI: Bring back properties panel expand/collapse button (vafada) #24430 WEBAPI: Only use X-Forwarded-Host header when reverse proxy support is enabled (Chocobo1) #24457 RSSS: Fix "RSS Smart Episode Filter" RegEx (nathanon-akk, glassez) #24398 RSS: Fix previously matched episode format (glassez) #24452 WINDOWS: Fix Python fallback search path (TurboTheTurtle) #24325 WINDOWS: NSIS: Allow to install x64 binary on ARM64 (Chocobo1) #24358 Download: qBittorrent 5.2.2 | 41.1 MB (Open Source) Download: qBittorrent 64-bit installer (qt6) | 43.6 MB Links: qBittorrent Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Veteran
      branfont went up a rank
      Veteran
    • Reacting Well
      Almohandis earned a badge
      Reacting Well
    • First Post
      Cosminus earned a badge
      First Post
    • One Year In
      ThatGuyOnline earned a badge
      One Year In
    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      498
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      126
    4. 4
      Steven P.
      87
    5. 5
      neufuse
      72
  • Tell a friend

    Love Neowin? Tell a friend!