Letters from Readers

HTML5 Rages On

Visual Studio readers sound off on HTML5; some love it, others, well...

Our September cover story -- "HTML5 for ASP.NET Developers," authored by VSM Tools Editor Peter Vogel -- generated some questions and stirred up the debate among readers about the future of client development:

How do you see HTML5 affecting XAML? Do you see Microsoft moving to a client GUI framework that's powered by HTML5? Perhaps XAML will be upgraded to leverage HTML5 under the hood?

Philip
South Africa

Tried running many examples from this article in IE9, Chrome and FF6 ... 90 percent fail, inconsistently displayed and so on. Whoever thinks HTML5 is the future of client development is nuts, or an overpaid idiot CEO, COO, CFO, wannabe-CEO of some major corporation.

Steve

Silverlight/XAML is great technology; however, the 400-million-plus connected devices expected to be added to the market by 2015 are most likely going to be HTML5-centric. It's time to move to standards on the client side, leverage the best of the Microsoft stack and become client-agnostic when possible.

Randy M.
Saint Joseph, Mich.

Peter Vogel responds to readers' comments:

Philip: I can't see much of a rapprochement between XAML and HTML. XAML is a far more powerful and flexible tool than HTML5 and, where they do share functionality, they do it in very different ways. While it might be possible to create a tool that generated HTML from XAML, I think you'd lose so much in the translation that you wouldn't really know what you were getting. It might be possible to create a tool that generated XAML from an HTML document ... but much of HTML5 is the new JavaScript API. I'm not sure how that would work. I suspect that, in the .NET arena, they'll remain two different technologies working in two different regions. If you want ease-of-client deployment you'll pick Silverlight or HTML+JavaScript. If RIA is critical and reach is not, then you'll go with Silverlight; if reach is critical and RIA is not, then you'll go with HTML+JavaScript.

Steve: Hey, I never said this code would actually, you know, run ... yet (as the sidebar indicates). And there are some wrinkles: If you were playing with the Web Messaging component, for instance, you could get that to work in Safari or Chrome provided you enabled it (it's turned off by default). Try your samples again in six months or at the end of the year and you'll be pleasantly surprised.

About the Author

This story was written or compiled based on feedback from the readers of Visual Studio Magazine.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube