Are WPF and Silverlight Dead?


Recommended Posts

Microsoft Expression Studio - Some of the them (Design, Web) only have WPF UI's, with underlying C++ code

Now that doesn't make sense! .NET is about interoperability. It doesn't matter which language you're using - it's the same CIL anyway? So your remark "only have WPF UI's" is pretty pointless?

Correct me if I am wrong, but as far as I know MetroUI isn't actual code, but a UI guideline. It's a set of rules for developing your application's interface.

Correct, it's just a guidline etc. The new UI people are talking about has an official name, it's the "start screen". I don't believe the start screen can only show html5+js+css for it's "apps", unless there's some artificial limits set in place by MS but I don't think so, note how every app, even olders ones that are install get a live tile on the screen automatically, though they're single squares and not the double wide ones so that probably lets you know which is which.

Now that doesn't make sense! .NET is about interoperability. It doesn't matter which language you're using - it's the same CIL anyway? So your remark "only have WPF UI's" is pretty pointless?

http://channel9.msdn.com/Blogs/Psychlist1972/Henry-Sowizral-on-Refacing-C-with-WPF-in-Expression-Design

They literally only use WPF for the front end UI in Expression Design, everything else was existing, entirely non .NET C/C++ code. And same with Expression Web, which is basically Office FrontPage with an ugly WPF interface slapped on it :p

They literally only use WPF for the front end UI in Expression Design, everything else was exisiting, non.NET C/C++ code. And same with Expression Web, which is basically Office FrontPage with an Ugly WPF interface slapped on it :p

Ok, either i misphrased it, or you didn't understand me correctly. I'll try it again :)

Matter of fact: It's completely irrelevant in what language the Code is written, 'cause .NET uses CIL. So having the core written in C++ and the UI in .NET + WPF does i no way diminish the fact that VS2010 is built with WPF?

Now that doesn't make sense! .NET is about interoperability. It doesn't matter which language you're using - it's the same CIL anyway? So your remark "only have WPF UI's" is pretty pointless?

yet thats what MS has been doing with a lot of their WPF stuff... they use WPF for the UI it seems like... thats all they really touted when VS went WPF... that the Code editor would look so much better in WPF... looks about the same to me with some minor changes

yet thats what MS has been doing with a lot of their WPF stuff... they use WPF for the UI it seems like... thats all they really touted when VS went WPF... that the Code editor would look so much better in WPF... looks about the same to me with some minor changes

Seems to be a lot smoother if anything to be versus 2008, especially once addons are throwing a lot of extra stuff into the mix. (Hard to see the difference if you just look at screenshots.. in that case yea looks about the same.) CodeRush for example adds a ton of extra visual elements that used to bog the old 2008 interface down something ugly, in 2010 it's smooth as glass. 2008 would flicker like mad too when scrolling/redrawing/etc, but that might be due to me being on XP back then.. not sure who was at fault there.

Ok, either i misphrased it, or you didn't understand me correctly. I'll try it again :)

Matter of fact: It's completely irrelevant in what language the Code is written, 'cause .NET uses CIL. So having the core written in C++ and the UI in .NET + WPF does i no way diminish the fact that VS2010 is built with WPF?

Hrmm? I never said it wasn't, I said VS 2010 was built in WPF. I said Office & Windows Live Messenger/Essentials aren't, at all :p.

Though I suppose I was wording it wrong - what I meant was that Expression Design didn't use any .NET at all outside of WPF - whereas Blend for example does.

Though I suppose I was wording it wrong - what I meant was that Expression Design didn't use any .NET at all outside of WPF - whereas Blend for example does.

Oh, ok.

EDIT:

[smartass-mode]One could argue that Expression is .NET , 'cause: They most likely are using C++/CLI as a bridge-language. Which actually means that the native C++-code becomes .NET-code (except it's stored in a native DLL and invoked via P/Invoke or a COM-Callable-Wrapper) and is just unsafe/unmanaged code with unmanaged types, which are than used through managed-wrappers (C++/CLI) in managed code? ^^ [/smartass-mode]

Ok, either i misphrased it, or you didn't understand me correctly. I'll try it again :)

Matter of fact: It's completely irrelevant in what language the Code is written, 'cause .NET uses CIL. So having the core written in C++ and the UI in .NET + WPF does i no way diminish the fact that VS2010 is built with WPF?

Actually, VS2010 is a mix of WPF and WinForms. For example, all settings are in WinForms except the IntelliTrace ones which are in WPF.

Seems to be a lot smoother if anything to be versus 2008, especially once addons are throwing a lot of extra stuff into the mix. (Hard to see the difference if you just look at screenshots.. in that case yea looks about the same.) CodeRush for example adds a ton of extra visual elements that used to bog the old 2008 interface down something ugly, in 2010 it's smooth as glass. 2008 would flicker like mad too when scrolling/redrawing/etc, but that might be due to me being on XP back then.. not sure who was at fault there.

We're still having problems with code rush..... still slows down on major solutions (literately 100+ projects in the solution) here even with VS2010... even cause a few IDE crashes.... but better then it use to be... had devexpress look into some issues already...

We're still having problems with code rush..... still slows down on major solutions (literately 100+ projects in the solution) here even with VS2010... even cause a few IDE crashes.... but better then it use to be... had devexpress look into some issues already...

No arguments there, I love CodeRush/Refactor Pro... but slim and efficient it ain't. VS2010 out of the box is pretty peppy on a mid-range machine, but CodeRush can bring it to a crawl rather quick with a large solution unless you're sporiting a pretty hefty system with a pantload of memory behind it. Hopefully 2011.1 addresses some of that. Disabling real-time code analysis helps a lot though, but kind of defeats a good bit of why I have it installed in the first place. I typically just use my main desktop for the actual writing (has the muscle to run it comfortably) and have a couple other machines building now via TFS.

Adding HTML5 and JavaScript as first-class development technologies doesn't preclude maintaining or enhancing support for .NET, XAML, Silverlight, etc.

I promote the Web-oriented, standards-based technologies here as this is the IE blog.

That doesn't sound to me like a ringing endorsement of .NET technologies. WPF fits into "etc."?????? Sounds to me like MSFT is getting rid of .NET shortly.

That doesn't sound to me like a ringing endorsement of .NET technologies. WPF fits into "etc."?????? Sounds to me like MSFT is getting rid of .NET shortly.

That sounds like what a Web dev would say.

If he said anything else, it'd mean MS doesn't care about HTML any more, and that'd be even worse.

Microsoft has a lot of prototypes using .NET - Midori, the fully .NET operating system (including drivers) is just one example.

JS might be nice for very small apps (I hate non-typed languages and script languages, I can't really give an objective opinion here) but C# is here to stay (and evolve).

@Dr_Asik: Thanks for the link - upvoted.

That sounds like what a Web dev would say.

If he said anything else, it'd mean MS doesn't care about HTML any more, and that'd be even worse.

Microsoft has a lot of prototypes using .NET - Midori, the fully .NET operating system (including drivers) is just one example.

JS might be nice for very small apps (I hate non-typed languages and script languages, I can't really give an objective opinion here) but C# is here to stay (and evolve).

@Dr_Asik: Thanks for the link - upvoted.

I just can't imagine being without .NET! I'd be out of a career, it's all I've done for the last decade! :crazy: :crazy: :crazy: :crazy:

I just can't imagine being without .NET! I'd be out of a career, it's all I've done for the last decade! :crazy: :crazy: :crazy: :crazy:

I can't imagine being without it either. I really don't think we will. HTML5 and all these other new technologies are not a complete replacement yet. Maybe one day but not today.

Nowadays? Multiple things.

  • UI Framework for Windows Phone 7
  • Web-version of WPF vor RichUIs
  • Multimedia framework
  • UI framework for Desktop-applications

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.

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

    • No registered users viewing this page.
  • Posts

    • Supposedly it's fixed on Series consoles: https://support.forza.net/hc/e...e-Issues-in-Forza-Horizon-6 This game is so much better than FH5, and it's all because of the map. It's diverse, big, and so much to see and do. I've bought every single Forza Motorsport and Horizon game, and by far my least played is FH5 at 100 hours, followed by the latest Motorsport. They've finally made a good one with FH6
    • Sorry to be that guy but, Given Trump won again even after a failed first term it would appear attacking the other side is how to gain Government in America. Voters when it came down to it didn't give a s**t about those Democratic achievements and voted for Trump over an intelligent, qualified mixed race woman. We need to face up to this uncomfortable reality. There are more Americacan voters who support racism and christian bigotry along with defending and supporting pedophilia, adjudicated rapists, multiple time convicted felons etc than those who don't. Btw, that is how the world sees America now. Not that Trump voters care as they attempt to cocoon themselves in a white supremacy bubble.
    • That's not clickbait. Clickbait is headlines like, "You'll never guess what this person looks like now" for example. For goodness sake, take a look around the internet if you think this is clickbait. How do sites survive if people don't click through to articles? How many people in all honesty would have clicked this if it had your suggested headline? You and those upvoting your post won't be happy until the web is a couple of hundred websites all behind a paywall.
    • HopToDesk 1.46.2.0 by Razvan Serea HopToDesk aims to improve the user experience by providing a free, easy-to-use, and secure remote desktop solution for all major device types including Windows PC, Mac, Linux, Android, Chrome Books, iOS, and even Raspberry Pi devices. HopToDesk empowers you to connect, control, and collaborate with ease. Whether you're providing IT support, managing remote teams, or accessing your own devices from anywhere, HopToDesk offers a reliable and secure solution. HopToDesk does not and cannot monitor user activity as the application uses end-to-end encryption for all traffic, and does not make a distinction between personal and business use (both are allowed). Additionally, HopToDesk includes many of the main features of common remote desktop solutions such as Unattended Access, File Transfer, Live Chat, Wake-On-LAN, 2FA, Direct IP access, a Recent Session and Favorite list, and is available in over 20 languages. HopToDesk can run in portable mode or installed on desktop operating systems. Installation is optional, and will install the HopToDesk service which runs in the background and listens for incoming connections, allowing the device to be accessible at all times. Why Choose HopToDesk? Completely Free: Enjoy full access for both personal and commercial use—no hidden fees or limitations. End-to-End Encryption: All communications, including screen sharing, file transfers, and chats, are protected with robust encryption. Open Source: Contribute to and benefit from a transparent and community-driven project. No Account Required: Connect instantly without the need for sign-ups or subscriptions. Core Features Remote Control & Screen Sharing: Effortlessly access and manage remote devices. File Transfer: Securely send and receive files with drag-and-drop simplicity. Live Chat: Communicate in real-time during sessions. Multi-Monitor Support: Navigate multiple screens with ease. Clipboard Synchronization: Copy and paste seamlessly across devices. Wake-on-LAN: Power on remote systems remotely. Session Recording: Document sessions for future reference. Two-Factor Authentication: Enhance security with an additional verification layer. Custom Branding: Personalize your remote sessions with custom avatars. Unattended Access: Connect to devices without requiring user intervention. Network Customization: Adjust settings like TURN relays and signaling servers to suit your environment. Centralized Device Management Utilize the HopToDesk Dashboard to: Monitor device status in real-time. Generate invite links for easy device integration. Customize network settings and synchronize changes effortlessly. Add a personal touch with custom avatars displayed during remote sessions. Download: HopToDesk 64-bit | HopToDesk 32-bit | ~9.0 MB (Freeware) Download: HopToDesk ARM64 | 21.4 MB Link: HopToDesk Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • 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
    • Week One Done
      rolfus earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      477
    2. 2
      +Edouard
      181
    3. 3
      PsYcHoKiLLa
      119
    4. 4
      Steven P.
      84
    5. 5
      neufuse
      73
  • Tell a friend

    Love Neowin? Tell a friend!