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

    • Microsoft fixes one of Excel Copilot's most frustrating limitations by Usama Jawad Microsoft began integrating Copilot into Excel a couple of years ago and has been upgrading it with new functionalities since then. While some changes have been controversial, Microsoft is hoping to win over users by allowing them to be more productive via Copilot. To that end, it has now announced a Copilot improvement that may actually be appreciated by people who use it regularly. Excel customers often use the Copilot prompt box to issue instructions to format and customize their data, but it can become quite tiring to keep repeating the same instructions again and again. Microsoft now allows you to define Copilot personalization rules for formatting, naming conventions, formulas, and report styles. These can be accessed via Settings > Personalization, where you can explain your rules in natural language like "Always format currency in USD with no decimals", and just let Copilot take care of the rest. Microsoft is going a step further in this direction by allowing you to set workbook rules too. These rules are stored as a .Rules sheet, and are preserved while the workbook is shared. This fosters collaboration while making sure that standard rules govern the Copilot editing experience across the organization. Other advantages of this capability include pointing it to specific examples, defining dynamic formulas, and referencing an entire sheet and asking Copilot to infer rules based on that. You can leverage this feature by opening Copilot in Excel, clicking on "+", and selecting Create workbook rules. If you have an existing .Rules sheet, you can simply start listing the rules in column A as well. Personalization features are available to all Copilot in Excel users across the web, Mac, and Windows. Meanwhile, workbook rules are currently being previewed for Windows and Mac customers on the Insiders channel. General availability is scheduled after a few weeks, but a concrete date is currently unknown. Overall, the Excel capability is quite similar to ChatGPT's memory features, which allow you to permanently store items in the AI model's context window.
    • Imagine you still haven't discovered Total Commander that is doing all those things for three decades already...
    • This sounds like underneath the nice marketing spin, either someone at Adobe got tired of their lazy devs and asked Microsoft to help them sort at least some of Adobe's ancestral spaghetti code to make it go faster, or Microsoft wanted Adobe's crap to run better on Windows to make it look better when compared to Apple, so they offered to intervene. Either way, GOOD.
    • My favorite file manager for Windows 11 finally gets a long-requested feature by Taras Buria Files is among the best File Explorer alternatives for Windows 10 and 11. This free app is packed with all sorts of features and conveniences, but there is one crucial feature that is still missing—Tree View. Fortunately, the latest update in the Preview channel finally delivers it. With version 4.1.4, which is now available for download in the Preview channel, developers implemented Tree View, a new mode that displays folders in an expandable hierarchy. Windows 11's stock File Explorer always had this feature, but it was nowhere to be found in Files until now. Starting with the latest preview update, you can expand each drive and its nested folders without leaving the current location and then open the folder you need in the main view. To try Tree View in Files, update the app to the latest preview version, then click the small arrow next to a drive to expand its content. The developers say they are rolling out Tree View in Preview first to gather feedback from users and improve the feature before bringing it to all in the stable channel. In addition to Tree View, Files 4.1.14 improves the Windows Fonts folder. You can now preview each font directly in Files with no need to open the built-in font viewer. For now, these two features are only available in the Preview channel. For those using the stable release, developers recently released version 4.1.3, with improvements for the built-in tag system, on-demand folder size calculation, and plenty of various fixes. You can check out the full release notes here. You can download Files from the Microsoft Store (paid version) or its official website (free).
    • Who is paying for this 30x scale-up? Its sounds expensive.
  • Recent Achievements

    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
    • Week One Done
      Prasann earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      520
    2. 2
      +Edouard
      174
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      81
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!